import type { GetListResponse } from "../../../contexts/data/types"; export declare const getNextPageParam: (lastPage: GetListResponse) => any; export declare const getPreviousPageParam: (lastPage: GetListResponse) => any; //# sourceMappingURL=index.d.ts.map