declare const findProjectRoot: (directory: string) => Promise<string>;
export default findProjectRoot;
