import { PaginationController } from '~/core/liveCollection/PaginationController';
declare type ForYouFeedResponse = Amity.ForYouFeedPayload & Amity.Pagination;
export declare class ForYouFeedPaginationController extends PaginationController<'post', Amity.ForYouFeedLiveCollection> {
    private readonly cursor;
    private checkedDisk;
    private hasDeliveredPost;
    constructor(query: Amity.ForYouFeedLiveCollection);
    getRequest(_queryParams: Amity.ForYouFeedLiveCollection, token: string | undefined): Promise<ForYouFeedResponse>;
    private fetch;
    private persistCursor;
}
export {};
//# sourceMappingURL=PaginationController.d.ts.map