import { Command } from "commander"; import type { OperationGroup, OpenAPISpec } from "../parser/types.js"; import type { RuntimeConfig } from "./types.js"; export declare function buildCommands(program: Command, groups: OperationGroup[], config: RuntimeConfig, spec: OpenAPISpec): void; //# sourceMappingURL=commander-builder.d.ts.map