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