import type { IPaginatedResponse } from '@novu/shared'; export declare const getNextPageParam: (lastPage: IPaginatedResponse) => number; //# sourceMappingURL=pagination.d.ts.map