import type { SQLiteDatabase } from '../../sqlite.js'; export declare function applyEnvelopeTablesMigration(db: SQLiteDatabase): void; //# sourceMappingURL=envelope-tables.d.ts.map