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