/** * SMI-4484 / SMI-4807: SQLite corruption self-heal + native-driver failure capture * * Covers: * - isCorruptionError predicate (true for corruption-class messages, false otherwise) * - backupCorruptDbFile renames the bad file out of the way * - createSqlJsDatabase self-heals when handed a corrupt on-disk file * - getBetterSqlite3FailureReason returns a string after a forced failure */ export {}; //# sourceMappingURL=corruption.test.d.ts.map