import { QueryParamAdapterComponent } from 'use-query-params';
/**
 * Adapts @reach/router history to work with our
 * { replace, push } interface.
 */
export declare const ReachAdapter: QueryParamAdapterComponent;
