export declare function findFileRecursive(cwd: string, paths: string[]): string | undefined;
export declare function getModifiedDate(filePath: string): Date;
//# sourceMappingURL=fs.d.ts.map