import type { MigrationDb } from "./index"; /** * Add FTS5 full-text search index for entities. * * Replaces LIKE %token% matching with proper token-boundary search * and BM25 ranking for entity resolution (DP-6). Content-sync * triggers keep the FTS index in lockstep with the entities table. */ export declare function up(db: MigrationDb): void; //# sourceMappingURL=035-entity-fts.d.ts.map