/**
 * Return a { name -> directory } packages found in a Yarn monorepo
 *
 * Cached in YARN_MONOREPO_CACHE.
 */
export declare function findYarnPackages(root: string): Promise<Record<string, string>>;
