/**
 * Check if both arguments are egal.
 */
declare function is(x: any, y: any): boolean;
export default is;
