import type { It } from "../It";
export declare function tap<T>(listener: (value: T) => any): (iterable: Iterable<T>) => It<T>;
