declare class GlobalEventTarget extends EventTarget { private static instance; static getInstance(): GlobalEventTarget; } export declare const globalEventTarget: GlobalEventTarget; export {};