import type { URI } from "../../Prelude/index.js"; import * as P from "../../Prelude/index.js"; export declare type V = P.V<"R", "-"> & P.V<"E", "+">; export declare const AssociativeBoth: P.AssociativeBoth<[URI<"Layer", {}>], V>; export declare const Any: P.Any<[URI<"Layer", {}>], V>; export declare const Covariant: P.Covariant<[URI<"Layer", {}>], V>; export declare const IdentityBoth: P.IdentityBoth<[URI<"Layer", {}>], V>; export declare const Applicative: P.Applicative<[URI<"Layer", {}>], V>; export declare const AssociativeFlatten: P.AssociativeFlatten<[URI<"Layer", {}>], V>; export declare const IdentityFlatten: P.IdentityFlatten<[URI<"Layer", {}>], V>; export declare const Monad: P.Monad<[URI<"Layer", {}>], V>; //# sourceMappingURL=instances.d.ts.map