import * as Option from "effect/Option"; import { Command } from "effect/unstable/cli"; export interface KnowledgeNewHandlerArgs { readonly name: string; readonly owner: Option.Option; readonly description: Option.Option; readonly preview: boolean; } export declare const handleKnowledgeNew: (args: KnowledgeNewHandlerArgs) => import("effect/Effect").Effect; export declare const newCommand: Command.Command<"new", { readonly name: string; readonly owner: Option.Option; readonly description: Option.Option; 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=new.d.ts.map