export declare const findDirectory: (startPath: string, needleFileName: string, rootPath: string, allowList?: string[] | null) => string | null;
