export interface FindUpHost { statSync(path: string): { isFile(): boolean; }; dirname(path: string): string; join(...segments: string[]): string; } export declare function findFileUpSync(directoryPath: string, fileName: string, host: FindUpHost): string | undefined; //# sourceMappingURL=find-up.d.ts.map