export type TerraLoadEvent = CustomEvent>; declare global { interface GlobalEventHandlersEventMap { 'terra-load': TerraLoadEvent; } }