import type { Tree } from '@nx/devkit'; export interface WorkspaceExecutorOptions { name: string; } export default function workspaceExecutorGenerator(tree: Tree, rawOptions: WorkspaceExecutorOptions): Promise;