import type { Sync } from "./model"; export declare const mapBoth_: ( fa: Sync, fb: Sync, f: (a: A, b: B) => C ) => Sync; export declare const mapBoth: ( fb: Sync, f: (a: A, b: B) => C ) => (fa: Sync) => Sync; //# sourceMappingURL=apply.d.ts.map