import { Feed } from '../core/feed'; import { BestiesFeedResponse, BestiesFeedResponseUsersItem } from '../responses'; export declare class BestiesFeed extends Feed { private nextMaxId; set state(body: BestiesFeedResponse); request(): Promise; items(): Promise; }