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