import type { ChannelSummaryStateRecord, MemoryAuditAck, MemoryScopeRef } from './types.js'; export declare function getChannelSummaryState(channelKey: string): Promise; export declare function recordChannelAudit(input: { channelKey: string; turnId: string; topic: string; scopeRefs: MemoryScopeRef[]; ack: MemoryAuditAck; savedMemories?: Array<{ id: string; topic: string; summary: string; }>; }): Promise<{ eventIds: string[]; findingIds: string[]; state: ChannelSummaryStateRecord; }>; //# sourceMappingURL=channel-summary-state-store.d.ts.map