export interface TarballComposition { ext: Set; size: number; files: string[]; } export declare function getTarballComposition(tarballDir: string): Promise; //# sourceMappingURL=getTarballComposition.d.ts.map