export declare class Platform { readonly globalThis: TGlobal; readonly decodeURI: TGlobal['decodeURI']; readonly decodeURIComponent: TGlobal['decodeURIComponent']; readonly encodeURI: TGlobal['encodeURI']; readonly encodeURIComponent: TGlobal['encodeURIComponent']; readonly Date: TGlobal['Date']; readonly Reflect: TGlobal['Reflect']; readonly clearInterval: TGlobal['clearInterval']; readonly clearTimeout: TGlobal['clearTimeout']; readonly queueMicrotask: TGlobal['queueMicrotask']; readonly setInterval: TGlobal['setInterval']; readonly setTimeout: TGlobal['setTimeout']; readonly console: TGlobal['console']; readonly performanceNow: () => number; constructor(g: TGlobal, overrides?: Partial>); static getOrCreate(g: TGlobal, overrides?: Partial>): Platform; static set(g: typeof globalThis, platform: Platform): void; } //# sourceMappingURL=index.d.ts.map