import type { MigrationDb } from "./index"; /** * Migration 048: Persistent thread heads * * Adds agent-scoped thread head storage used by three-tier memory rendering * and temporal fallback retrieval. */ export declare function up(db: MigrationDb): void; //# sourceMappingURL=048-thread-heads.d.ts.map