declare const transformParamsToString: (url: string, params: Record) => string | undefined; declare function hashUrlValue(url: string, params: null | undefined | Record, token: unknown): string; export { transformParamsToString, hashUrlValue };