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