import { QueryStreamController } from '~/core/liveCollection/QueryStreamController'; import { EnumCommunityActions } from './enums'; import { EnumCommunityMemberActions } from '~/communityRepository/communityMembership/observers/getMembers/enums'; export declare class TrendingCommunitiesQueryStreamController extends QueryStreamController { private notifyChange; private preparePayload; constructor(query: Amity.TrendingCommunityLiveCollection, cacheKey: string[], notifyChange: (params: Amity.LiveCollectionNotifyParams) => void, preparePayload: (response: Amity.TrendingCommunityPayload) => Amity.ProcessedCommunityPayload); saveToMainDB(response: Amity.TrendingCommunityPayload): Promise; appendToQueryStream(response: Amity.TrendingCommunityPayload & Partial, direction: Amity.LiveCollectionPageDirection, refresh?: boolean): void; reactor(action: EnumCommunityActions | EnumCommunityMemberActions): (community: Amity.InternalCommunity) => void; subscribeRTE(createSubscriber: { fn: (reactor: (channel: Amity.InternalCommunity) => void) => Amity.Unsubscriber; action: EnumCommunityActions | EnumCommunityMemberActions; }[]): Amity.Unsubscriber[]; } //# sourceMappingURL=TrendingCommunitiesQueryStreamController.d.ts.map