import { MapOp } from "./map"; export declare function tap(fn: (value: A) => any): MapOp;