/** * `odoo schema` command group — model and field introspection. * * Wraps @marcfargas/odoo-introspection. * * Commands: * schema models List all models [READ] * schema fields List fields for a model [READ] * schema describe Human-readable model summary [READ] * schema codegen Generate TypeScript interface [READ] * * All commands are READ — no mutations. */ import { Command } from 'commander'; export declare function buildSchemaCommand(): Command; //# sourceMappingURL=schema.d.ts.map