import type { MigrationDb } from "./index"; /** * Migration 044: MEMORY.md temporal head metadata * * Extends `session_summaries` with provenance metadata so the table can * represent summary-worker nodes, transcript-chunk leaves, compaction * artifacts, and higher-order condensations without losing lineage. */ export declare function up(db: MigrationDb): void; //# sourceMappingURL=044-memory-md-temporal-head.d.ts.map