import { next_page_ctx } from '../types'; export declare function buildNextPageActionForStateMode(nextPage: any, { pageIndex, pageSize, pagePreviousCursors, nextCursor, cursor }: next_page_ctx): { type: string; config: { state: { size: number; index: any; previousCursors: (string | undefined)[]; currentCursor: string | undefined; }; }; } | undefined; export default buildNextPageActionForStateMode; //# sourceMappingURL=buildNextPageActionForStateMode.d.ts.map