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