/** * WorkspaceMutations scope helpers for CLI flags and workspace options. * * `project` uses the project root; `user` uses `~/.axm/workspace/`. * * @experimental This API is unstable and may change without notice. */ export declare const WORKSPACE_SCOPES: readonly ["project", "user"]; export type WorkspaceScope = (typeof WORKSPACE_SCOPES)[number]; export declare const DEFAULT_WORKSPACE_SCOPE: WorkspaceScope; //# sourceMappingURL=scope.d.ts.map