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