import type { ChannelSummaryRecord } from './types.js'; export declare function upsertChannelSummary(input: { channelKey: string; summaryMarkdown: string; deltaHash?: string; }): Promise; export declare function getChannelSummary(channelKey: string): Promise; //# sourceMappingURL=channel-summary-store.d.ts.map