import type { UnderstandingSourceItem, UserFocus } from './types.js'; export type ActivityTopic = Pick & { sourceIds: string[]; }; export declare function clusterActivityTopics(items: UnderstandingSourceItem[], now?: number): ActivityTopic[];