declare function isEqual(val: any, other: any): boolean; export default isEqual;