export declare const safeCleanupDirectory: (dirPath: string, label?: string) => Promise; export declare function findFileRecursively(directory: string, fileName: string): string | undefined; //# sourceMappingURL=file.d.ts.map