/** * CLI Integration for Model Adapters * * Command-line interface for managing and testing model adapters */ import { Command } from "commander"; /** * Add adapter-related commands to CLI */ export declare function addAdapterCommands(program: Command): void; //# sourceMappingURL=adapter-commands.d.ts.map