import { Command } from "effect/unstable/cli"; export declare const syncCommand: Command.Command<"sync", { readonly target: import("effect/Option").Option; readonly type: import("effect/Option").Option<"skill" | "mcp-server" | "subagent" | "rule" | "hook" | "knowledge">; readonly scope: "user" | "project"; readonly preview: boolean; readonly failOnChange: boolean; readonly ignoreReleaseAge: 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=command.d.ts.map