import { PubbyStream } from "../lib/stream";
export declare function tap<T>(tapFn: (data: T) => void): PubbyStream<T>;
