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