/** * `odoo config` command group. * * Commands: * config check — verify connection and show current user * config show — show resolved config (password always redacted) * * Safety level: READ (no mutations) */ import { Command } from 'commander'; export declare function buildConfigCommand(): Command; //# sourceMappingURL=config.d.ts.map