import * as Effect from "effect/Effect"; import * as Option from "effect/Option"; import { Command } from "effect/unstable/cli"; import type { WorkspaceScope } from "@agentxm/extension-model/unstable/workspace-scope"; export interface McpsImportArgs { readonly preview: boolean; readonly as?: Option.Option; readonly enable?: boolean; /** The scope selector this invocation carried, for the package route's boundary. */ readonly scope?: WorkspaceScope; } export declare const handleMcpsImport: (args: McpsImportArgs) => Effect.Effect; export declare const importCommand: Command.Command<"import", { readonly scope: "user" | "project"; readonly preview: boolean; readonly as: Option.Option; readonly enable: boolean; }, {}, import("../../app-error/app-error.ts").AppError, import("effect/FileSystem").FileSystem | import("effect/Path").Path | "effect/unstable/cli/GlobalFlag/axm-non-interactive" | "effect/unstable/cli/GlobalFlag/axm-json" | "effect/unstable/cli/GlobalFlag/axm-quiet" | "effect/unstable/cli/GlobalFlag/axm-verbose" | "effect/unstable/cli/GlobalFlag/axm-debug" | import("@agentxm/registry-access/authentication").DeviceLoginInteraction | "effect/unstable/cli/GlobalFlag/axm-directory">; //# sourceMappingURL=import.d.ts.map