import type { MemoryRecord, MemoryScopeRef } from '../memory/types.js'; export declare function queryCanonicalEntities(query: string, scopes: MemoryScopeRef[], options?: { limit?: number; }): Promise; //# sourceMappingURL=recall-bridge.d.ts.map