Randolf | 5543146 | 2023-03-29 13:00:36 | [diff] [blame] | 1 | /** |
Alex Rudenko | af11b7c | 2024-02-06 10:44:42 | [diff] [blame] | 2 | * @license |
3 | * Copyright 2023 Google Inc. | ||||
4 | * SPDX-License-Identifier: Apache-2.0 | ||||
Randolf | 5543146 | 2023-03-29 13:00:36 | [diff] [blame] | 5 | */ |
6 | /** | ||||
7 | * @internal | ||||
8 | */ | ||||
9 | export declare function unpackArchive(archivePath: string, folderPath: string): Promise<void>; | ||||
Nikolay Vitkov | 95ea045 | 2025-04-30 15:52:34 | [diff] [blame] | 10 | /** |
11 | * @internal | ||||
12 | */ | ||||
13 | export declare const internalConstantsForTesting: { | ||||
14 | xz: string; | ||||
15 | bzip2: string; | ||||
16 | }; | ||||
Randolf | 5543146 | 2023-03-29 13:00:36 | [diff] [blame] | 17 | //# sourceMappingURL=fileUtil.d.ts.map |