1import { Operator } from '../wonka_types'; 2 3export const map: <A, B>(f: (value: A) => B) => Operator<A, B>;