declare function is( value1: unknown, value2: unknown, ): boolean; export = is;