import type * as Tp from "@effect-ts/system/Collections/Immutable/Tuple"; import type * as HKT from "../HKT/index.js"; export interface AssociativeBoth extends HKT.Base { readonly _AssociativeBoth: "AssociativeBoth"; readonly both: (fb: 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, Tp.Tuple<[A, B]>>; } //# sourceMappingURL=index.d.ts.map