type CachedFile = {
    invalidate: boolean;
    path: string;
};
export declare function findFileRecursive(cwd: string, paths: string[]): CachedFile | undefined;
export {};
//# sourceMappingURL=config.d.ts.map