export declare const targetListenerMap: WeakMap<HTMLElement | Text, Set<() => void>>;
export declare function cleanupTargetListenerRecursive(element: HTMLElement | Text): void;
