import { Feed } from '../core/feed'; import { PostsInsightsFeedResponseEdgesItem, PostsInsightsFeedResponseRootObject } from '../responses'; export declare class PostsInsightsFeed extends Feed { private options; private nextCursor; items(): Promise; request(): Promise; protected set state(response: PostsInsightsFeedResponseRootObject); }