import { Source } from 'callbag'; export declare function tapOne(src: Source | Promise, op: (i: I) => void): Source;