import { CreateWorkspaceOptions } from './create-workspace-options'; import { VcsPushStatus } from './utils/git/git'; export declare function getInterruptedWorkspaceState(): { directory: string | undefined; connectUrl: string | undefined; }; export declare function createWorkspace(preset: string | undefined, options: T, rawArgs?: T): Promise<{ nxCloudInfo: string; directory: string; pushedToVcs: VcsPushStatus; connectUrl: string; }>; export declare function extractConnectUrl(text: string): string | null; //# sourceMappingURL=create-workspace.d.ts.map