import type { CursorPagination } from '../types'; export declare function normalizeCursorPaginationResponse(response: Response): Response;