export declare function findUp(fileName: string, fromDir: string): Promise<string | null>;
