import { EncodedValueMap, QueryParamConfigMap } from 'serialize-query-params'; /** * Note: This function is destructive - it mutates encodedValues. * Remove values that match the encoded defaults from the encodedValues object */ export declare function removeDefaults(encodedValues: Partial>, paramConfigMap: QueryParamConfigMap): void;