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