/** * Schema version of the history import DDL. * * Guaranteed to match the package version; a bump-or-fail test enforces that * any modification to HISTORY_IMPORT_SCHEMA_SQL must be accompanied by a version bump. */ export declare const HISTORY_IMPORT_SCHEMA_VERSION = "0.5.9"; /** * DDL string that creates the history import checkpoint, ledger, and typed contract tables. * * Generic `history_etl_*` blob tables are created lazily when an accepted record actually targets * one. Empty scans and typed built-in mappers therefore leave no empty per-source tables behind. */ export declare const HISTORY_IMPORT_SCHEMA_SQL: string; //# sourceMappingURL=schema-sql.d.ts.map