/** * Computes the size (in bytes) of all files in a directory at the root level. Asynchronously. * @internal */ export declare const getShallowDirectorySize: (directory: string) => Promise; /** * Validate directory exists. * @internal */ export declare const confirmDirExists: (directory: string) => Promise; //# sourceMappingURL=fileSystemHelpers.d.ts.map