/** * `odoo state` command group — experimental state management. * * ALL state commands require --experimental flag (like `kubectl alpha`). * This prevents accidental use in production scripts. * * Commands: * state plan Show drift between desired and current [READ] * state apply Apply desired state to Odoo [WRITE] * state diff Show current state of a model's records [READ] */ import { Command } from 'commander'; export declare function buildStateCommand(): Command; //# sourceMappingURL=state.d.ts.map