import type { Page } from '@redocly/theme/core/types'; export type PaginatedResponse = { page: Page; }; export declare function getNextPageParam(lastPage: T): { after: string | null; } | undefined; //# sourceMappingURL=get-next-page-param.d.ts.map