/**
 * Attempts to detect whether this repository is a multi-package monorepo.
 */
export declare function detectIfMonorepo(cwd?: string): Promise<boolean>;
