import type { GetNextPageParamFunction, GetPreviousPageParamFunction } from '@tanstack/react-query'; import type { PaginateQuery } from '../types'; type KeyParams = { [key: string]: any; }; export declare const DEFAULT_LIMIT = 10; export declare function getQueryKey(key: string, params?: T): (string | T)[]; export declare function normalizePages(pages?: PaginateQuery[]): T[]; export declare function getUrlParameters(url: string | null): { [k: string]: string; } | null; export declare const getPreviousPageParam: GetNextPageParamFunction>; export declare const getNextPageParam: GetPreviousPageParamFunction>; export {}; //# sourceMappingURL=utils.d.ts.map