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