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