/** * Returns try if the current project is a monorepo. * * @public */ export declare function isMonoRepo(): Promise;