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