import type { MemoryEntryScope } from "./memoryEntryScope.js"; export declare function escapeMilvusExpr(value: string): string; export declare function buildMilvusScopeFilter(scopes: Array<{ scope: MemoryEntryScope; sessionId?: string; }>): string; export declare function buildMilvusSemanticFilter(params: { projectId: string; tenantId: string; now: number; scopes?: Array<{ scope: MemoryEntryScope; sessionId?: string; }>; }): string; //# sourceMappingURL=milvusExpr.d.ts.map