export declare const fileExists: (filePath: string) => Promise; export declare const ensureDir: (dirPath: string) => Promise; //# sourceMappingURL=utils.d.ts.map