import type { Async } from "./model"; export declare const both_: ( fa: Async, fb: Async ) => Async; export declare const both: ( fb: Async ) => (fa: Async) => Async; export declare const pure: (a: A) => Async; //# sourceMappingURL=applicative-seq.d.ts.map