type FuncType = (arg_1: Record<string, any>, arg_2: Record<string, any>) => void;
/** Special function used only in filters that makes a deep object comparison and
 * applies properties from the 2nd argument to properties in 1st argument only if they exist there. */
declare const filterUrlDataComparison: FuncType;
export default filterUrlDataComparison;
