/** * Config CLI — Subcommand router for `aiwg config` * * Subcommands: * get — Read a config value * set — Write a config value * list — Show all user config (merged view) * validate — Validate all config files * reset [] — Reset key or all config to defaults * path — Print the active config directory path * edit — Open config in $EDITOR * gitignore — Show/check/fix .gitignore for AIWG runtime dirs * * Global flags: * --config-dir — Override config directory * * @implements #545 * @implements #553 */ /** * Main CLI entry point for `aiwg config [args]` */ export declare function main(args: string[]): Promise; //# sourceMappingURL=cli.d.ts.map