import type { Async } from "./model"; export declare const bothPar_: ( fa: Async, fb: Async ) => Async; export declare const bothPar: ( fb: Async ) => (fa: Async) => Async; //# sourceMappingURL=applicative-par.d.ts.map