import { Command } from "effect/unstable/cli"; import * as Effect from "effect/Effect"; import * as Option from "effect/Option"; export interface McpsAddArgs { readonly name: string; readonly command: Option.Option; readonly url: Option.Option; readonly env: ReadonlyArray; readonly header: ReadonlyArray; readonly force: boolean; readonly preview: boolean; } export declare const handleMcpsAdd: (args: McpsAddArgs) => Effect.Effect; export declare const addCommand: Command.Command<"add", { readonly name: string; readonly scope: "user" | "project"; readonly command: Option.Option; readonly url: Option.Option; readonly env: readonly string[]; readonly header: readonly string[]; readonly force: boolean; readonly preview: 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=add.d.ts.map