import type { Database } from "./db-types.js"; export declare function ensureSchemaIntegrity(db: Database): void; //# sourceMappingURL=schema-guard.d.ts.map