import "../Operator/index.js"; import type * as HKT from "../Prelude/HKT/index.js"; import * as P from "../Prelude/index.js"; export declare function monad

(_: P): (M: P.Monad) => P.Monad & HKT.V>; export declare function applicative

(_: P): (M: P.Applicative) => P.Applicative & P.V>; //# sourceMappingURL=index.d.ts.map