import type { Exit } from "./model"; export declare const first_: (pab: Exit, f: (e: E) => G) => Exit; export declare const first: (f: (e: E) => G) => (pab: Exit) => Exit; export declare const bimap_: (pab: Exit, f: (e: E) => G, g: (a: A) => B) => Exit; export declare const bimap: (f: (e: E) => G, g: (a: A) => B) => (pab: Exit) => Exit; //# sourceMappingURL=bifunctor.d.ts.map