export declare function off(this: Document, type: string, _selector: string, listener: unknown, options?: AddEventListenerOptions | boolean): void; export declare function on(this: Document, type: string, _selector: string, listener: (this: Document, event: Event, delegateTarget: HTMLElement) => unknown, options?: AddEventListenerOptions | boolean): void;