export {} declare global { namespace Gale { type Invoker =()=>HTMLElement type Elemental = {[K in keyof HTMLElementTagNameMap]: Circular} type Circular = { [K in Keys]: Circular&Invoker; }; } }