declare function helperDefaultCompare(v1: any, v2: any): boolean;
export default helperDefaultCompare;
