export declare function tapEvent(op: (e: T) => void, forwardTo?: (e: T) => void): (e: T) => void;