/**
* Discover Appsemble blocks based on workspaces in a monorepo.
*
* npm workspaces are supported.
*
* @param cwd The project root in which to find workspaces.
* @returns Discovered Appsemble blocks.
*/exportdeclarefunctiongetWorkspaces(cwd: string): Promise<string[]>;