export default function findDownloadDir(fileName?: string): Promise; export declare function findFileName(url: string): string; export declare function downloadToDirectory(path: string): Promise;