/** Root of the project determined by finding the first node_modules */ declare const rootDir: string | null; export { rootDir as default };