/** * Migration 066: Memory Search Telemetry * * Local-only QA ledger for explicit recall requests. Unlike anonymous * telemetry_events, this table intentionally stores query text and recalled * result snapshots, so it must never be forwarded to external telemetry sinks. */ import type { MigrationDb } from "./index"; export declare function up(db: MigrationDb): void; //# sourceMappingURL=066-memory-search-telemetry.d.ts.map