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