export type NuClearEvent = CustomEvent>; declare global { interface GlobalEventHandlersEventMap { 'nu-clear': NuClearEvent; } }