import type { TerminalPilotCommandServices } from "./runtime.js"; export declare const install: import("../../../toolcraft/dist/index.js").Command; readonly local: import("../../../toolcraft/dist/index.js").OptionalSchema; readonly global: import("../../../toolcraft/dist/index.js").OptionalSchema; }>, undefined, { agent: string; scope: "local" | "global"; skillPath: string; }> & { readonly __agentKitCommandTypeInfo: import("../../../toolcraft/dist/index.js").CommandTypeInfo<"install", import("../../../toolcraft/dist/index.js").ObjectSchema<{ readonly agent: import("../../../toolcraft/dist/index.js").EnumSchema<[string, ...string[]]>; readonly local: import("../../../toolcraft/dist/index.js").OptionalSchema; readonly global: import("../../../toolcraft/dist/index.js").OptionalSchema; }>, { agent: string; scope: "local" | "global"; skillPath: string; }, readonly ["cli"], undefined>; };