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