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

export = isEqual;
