export declare const generatePaginationParams: (queryParams: { page?: string | undefined; perPage?: string | undefined; }) => { page: number; perPage: number; }; declare const _default: { onParamSelect: (name: string, values: string | string[], history: any) => void; setParams: (history: any, query: any, replace?: boolean) => any; getParam: (history: any, name: string | string[]) => any; replaceParam: (history: any, params: any, query: any) => any; removeParams: (history: any, ...queryNames: string[]) => void; removeHash: (history: any, hashKey?: string | undefined) => void; refetchIfUpdated: (history: any, query: any) => void; checkHashKeyInURL: ({ location }: { location: any; }, hashKey?: string | undefined) => boolean; generatePaginationParams: (queryParams: { page?: string | undefined; perPage?: string | undefined; }) => { page: number; perPage: number; }; }; export default _default; //# sourceMappingURL=router.d.ts.map