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