/**
 * Check if both values are not identical/egal
 */
declare function isnt(x: any, y: any): boolean;
export default isnt;
