export declare function recordSlackThreadParticipation(accountId: string, channelId: string, threadTs: string): void;
export declare function hasSlackThreadParticipation(accountId: string, channelId: string, threadTs: string): boolean;
export declare function clearSlackThreadParticipationCache(): void;
