import type { MonorepoType } from "../../sdk-types.js";
export declare function convertToMonorepo(projectPath: string, type: MonorepoType, packages?: string[], sharedPackages?: string[]): Promise<void>;
