import { next_page_ctx } from '../types'; export declare function buildNextPageActionForPageMode(nextPage: any, { name, filterName, cursor, nextCursor, pageIndex, pageSize, pagePreviousCursors, searchMode, listRoute, }: next_page_ctx): { type: string; config: { uri: string; }; } | undefined; export default buildNextPageActionForPageMode; //# sourceMappingURL=buildNextPageActionForPageMode.d.ts.map