import type { MigrationDb } from "./index"; /** * Migration 040: Session Transcripts (Lossless Retention) * * Stores raw session transcripts alongside extracted facts. * Extraction creates the search surface; the transcript preserves * completeness so nothing is permanently lost. */ export declare function up(db: MigrationDb): void; //# sourceMappingURL=040-session-transcripts.d.ts.map