import type { URI } from "../Prelude/index.js"; import * as P from "../Prelude/index.js"; /** * The `AssociativeBoth` instance for `Equal`. */ export declare const AssociativeBoth: P.AssociativeBoth<[URI<"Equal", {}>], P.Auto>; /** * The `AssociativeEither` instance for `Equal`. */ export declare const AssociativeEither: P.AssociativeEither<[URI<"Equal", {}>], P.Auto>; /** * The `Contravariant` instance for `Equal`. */ export declare const Contravariant: P.Contravariant<[URI<"Equal", {}>], P.Auto>; /** * The `Any` instance for `Equal`. */ export declare const Any: P.Any<[URI<"Equal", {}>], P.Auto>; /** * The `IdentityBoth` instance for `Equal`. */ export declare const IdentityBoth: P.IdentityBoth<[URI<"Equal", {}>], P.Auto>; /** * The `None` instance for `Equal`. */ export declare const None: P.None<[URI<"Equal", {}>], P.Auto>; /** * The `IdentityEither` instance for `Equal`. */ export declare const IdentityEither: P.IdentityEither<[URI<"Equal", {}>], P.Auto>; //# sourceMappingURL=instances.d.ts.map