import { UrlAction } from './types'; export declare function paramsReducer(state: URLSearchParams, action: UrlAction): URLSearchParams;