export declare function getWorkspaces(cwd: string): Promise<{ root: string; workspaces: string[]; }>;