blob: 63b529c6003f126fa5060aa3951e7e78488d2d60 [file] [log] [blame]
Randolf55431462023-03-29 13:00:361/**
Alex Rudenkoaf11b7c2024-02-06 10:44:422 * @license
3 * Copyright 2023 Google Inc.
4 * SPDX-License-Identifier: Apache-2.0
Randolf55431462023-03-29 13:00:365 */
6/**
7 * @internal
8 */
9export declare function unpackArchive(archivePath: string, folderPath: string): Promise<void>;
Nikolay Vitkov95ea0452025-04-30 15:52:3410/**
11 * @internal
12 */
13export declare const internalConstantsForTesting: {
14 xz: string;
15 bzip2: string;
16};
Randolf55431462023-03-29 13:00:3617//# sourceMappingURL=fileUtil.d.ts.map