import Functor from "../../specifications/Functor"; export default function map(fn: (a: A) => B): (functor: Functor) => Functor;