/**
 * 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.
 */
export declare function getWorkspaces(cwd: string): Promise<string[]>;
