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