import { EVENT_TYPES } from "./event.types"; import { AnyFunc } from "./func.types"; export declare function registerListener(): void; export declare function addListener(type: EVENT_TYPES): void; export declare function on(target: Window | Document, eventName: string, handler: AnyFunc, opitons?: boolean): void; //# sourceMappingURL=listener.d.ts.map