import { CwdParams } from './types.mjs'; declare function findMonorepoRoot(options?: CwdParams): Promise; export { findMonorepoRoot };