export declare const pathExists: (path: string) => Promise; export declare const getUniqueFilename: (filename: string) => Promise;