import type * as P from "@principia/prelude"; import type { URI, V } from "./model"; export declare const map_: (fa: A, f: (a: A) => B) => B; export declare const map: (f: (a: A) => B) => (fa: A) => B; export declare const Functor: P.Functor<[URI], V>; //# sourceMappingURL=functor.d.ts.map