export default function addEventListenerWrap(target: any, eventType: any, cb: any, option: any): {
    remove: () => void;
};
