/** * `odoo cdc` command group — Change Data Capture via mail.tracking.value. * * Commands: * cdc check Check CDC coverage for a model [READ] * cdc history Get full tracked history for a record [READ] * cdc feed Stream all tracked changes for a model [READ] */ import { Command } from 'commander'; export declare function buildCdcCommand(): Command; //# sourceMappingURL=cdc.d.ts.map