import type { Migration } from "../../domain/port/DatabaseDriver.js"; /** * SQLite infrastructure migrations. Schema content tables are compiled from * the RuntimePlan and intentionally live outside this list. This is the * pre-beta native-table baseline; once released, migration ids are append-only. */ export declare const CANONICAL_MIGRATIONS: readonly Migration[]; //# sourceMappingURL=canonicalMigrations.d.ts.map