import type { URI } from "../../Prelude/index.js"; import * as P from "../../Prelude/index.js"; /** * The `Any` instance for `IO[+_]`. */ export declare const Any: P.Any<[URI<"XIO", {}>], P.Auto>; /** * The `Covariant` instance for `IO[+_]`. */ export declare const Covariant: P.Covariant<[URI<"XIO", {}>], P.Auto>; /** * The `AssociativeBoth` instance for `IO[+_]`. */ export declare const AssociativeBoth: P.AssociativeBoth<[URI<"XIO", {}>], P.Auto>; /** * The `AssociativeFlatten` instance for `IO[+_]`. */ export declare const AssociativeFlatten: P.AssociativeFlatten<[URI<"XIO", {}>], P.Auto>; /** * The `IdentityFlatten` instance for `IO[+_]`. */ export declare const IdentityFlatten: P.IdentityFlatten<[URI<"XIO", {}>], P.Auto>; /** * The `Monad` instance for `IO[+_]`. */ export declare const Monad: P.Monad<[URI<"XIO", {}>], P.Auto>; /** * The `Applicative` instance for `IO[+_]`. */ export declare const Applicative: P.Applicative<[URI<"XIO", {}>], P.Auto>; //# sourceMappingURL=instances.d.ts.map