import { ICallback } from '../async/index.js'; export declare function doesPathExist(filePath: string): Promise; export declare function ensureDirectoryExists(dirPath: string): Promise; export declare function downloadFile(url: string, savePath: string): Promise; export declare function findFilesByPattern(directoryPath: string, pattern: string, callback: ICallback): void; //# sourceMappingURL=filesystem.d.ts.map