import type { LazyList } from "./model"; export declare const map_: (xs: LazyList, f: (a: A) => B) => LazyList; export declare const map: (f: (a: A) => B) => (fa: LazyList) => LazyList; //# sourceMappingURL=functor.d.ts.map