import { TargetWithEvents } from './types'; /** * check if an object has addEventListener and removeEventListener functions then it will return true * @param obj */ export declare function isListenerObject(obj?: TargetWithEvents): boolean;