import type { EntityAlias, EntityNode, EntityTimelineEvent } from './types.js'; import type { MemoryRecord } from '../memory/types.js'; interface ProjectionOptions { nodeLookup?: Record; } export declare function projectEntityToRecallSummary(node: EntityNode, aliases: EntityAlias[], latestEvent: EntityTimelineEvent | null, options?: ProjectionOptions): MemoryRecord; export {}; //# sourceMappingURL=projection.d.ts.map