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