import { Feed } from '../core/feed'; import { MediaCommentsFeedResponse, MediaCommentsFeedResponseCommentsItem } from '../responses/'; export declare class MediaCommentsFeed extends Feed { id: string; private nextMaxId; private nextMinId; set state(body: MediaCommentsFeedResponse); request(): Promise; items(): Promise; }