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