import type * as P from "@principia/prelude"; import type { URI, V } from "./model"; export declare const both_: (fa: A, fb: B) => readonly [A, B]; export declare const both: (fb: B) => (fa: A) => readonly [A, B]; export declare const Applicative: P.Applicative<[URI], V>; //# sourceMappingURL=applicative.d.ts.map