import type { MigrationDb } from "./index"; /** * Migration 065: agent-scoped source embeddings. * * Source chunks are retrieval views over external knowledge bases. They need an * explicit agent owner so vector recall and scoped disconnect cannot leak or * delete another agent's connected source chunks. */ export declare function up(db: MigrationDb): void; //# sourceMappingURL=065-source-embedding-agent-scope.d.ts.map