export declare function createNamedTarball(inputPath: string, name: string, tarballDir: string): Promise<void>;
export declare function createTarballForEachDirIn(baseDir: string, namePrefix: string, tarballDir: string): Promise<void>;
export declare function createTarballForEachFileIn(baseDir: string, namePrefix: string, tarballDir: string): Promise<void>;
//# sourceMappingURL=TarballMaker.d.ts.map