import { CwdParams } from './types.js'; declare const getRootPath: ({ cwd: packageCwd }: CwdParams) => string | null; export { getRootPath };