import type * as HKT from "../HKT/index.js"; import type { Monad } from "../Monad/index.js"; export declare function chainF(F: Monad): (f: (a: A) => HKT.Kind) => (fa: HKT.Kind, HKT.Intro, HKT.Intro, HKT.Intro, HKT.Intro, HKT.Intro, HKT.Intro, HKT.Intro, A>) => HKT.Kind, HKT.Mix, HKT.Mix, HKT.Mix, HKT.Mix, HKT.Mix, HKT.Mix, HKT.Mix, B>; //# sourceMappingURL=chain.d.ts.map