/**
 * Iterates up the directory tree from the given path until it finds a directory
 * containing the given file.
 */
export declare const findNearestDirectory: (fileName: string, startPath: string) => Promise<string | null>;
//# sourceMappingURL=findNearestDirectory.d.ts.map