/** * CLI-001: config subcommands * * agentlaunch config set-key Store API key * agentlaunch config show Print current config (masked key) * agentlaunch config set-url Set custom API base URL */ import { Command } from "commander"; export declare function registerConfigCommand(program: Command): void; //# sourceMappingURL=config.d.ts.map