/** * Tap an iterable */ export declare function tap(func: (t: T) => void): (source: AsyncIterable) => AsyncGenerator;