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