/** * Config CLI command - manage configuration settings */ import type { Command } from "commander"; /** * Register 'config' command with all subcommands */ export declare function registerConfigCommand(program: Command): void; //# sourceMappingURL=config.d.ts.map