import { CommunityLiveRoomPostPaginationController } from './CommunityLiveRoomPostPaginationController'; import { LiveCollectionController } from '~/core/liveCollection/LiveCollectionController'; export declare class CommunityLiveRoomPostLiveCollectionController extends LiveCollectionController<'post', Amity.CommunityLiveRoomPostLiveCollection, Amity.Post, CommunityLiveRoomPostPaginationController> { private queryStreamController; private query; constructor(query: Amity.CommunityLiveRoomPostLiveCollection, callback: Amity.LiveCollectionCallback); protected setup(): void; protected persistModel(queryPayload: Amity.PostPayload & Amity.Pagination): Promise; protected persistQueryStream({ response, direction, refresh, }: Amity.LiveCollectionPersistQueryStreamParams<'post'>): void; startSubscription(): Amity.Unsubscriber[]; notifyChange({ origin, loading, error }: Amity.LiveCollectionNotifyParams): void; applyFilter(data: Amity.InternalPost[]): Amity.InternalPost[]; } //# sourceMappingURL=CommunityLiveRoomPostLiveCollectionController.d.ts.map