import type { Command } from "toolcraft"; import { defineCommand } from "toolcraft"; import type { ObjectSchema } from "toolcraft-schema"; import type { OpenApiClientServices } from "./define-client.js"; type ApiScope = readonly ["cli", "mcp", "sdk"]; export declare function defineApiCommand>(config: Parameters>[0]): Command; export {};