import { GetRouteParams } from '../api/index';
export type RouteKey = Record<string, number | string | boolean | undefined | null>;
export declare const getRouteKey: (params: GetRouteParams) => RouteKey;
