import { Callbag } from 'callbag'; export declare function tap(op: (t: T) => void): ((src: Callbag) => Callbag);