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