/** * API Command Handler * * Manages CCS API profiles for custom API providers. * Commands: create, list, remove * * CLI parsing and output formatting only. * Business logic delegated to src/api/services/. */ /** Main api command router */ export declare function handleApiCommand(args: string[]): Promise; //# sourceMappingURL=api-command.d.ts.map