/// /// /// /// /// /// /// /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const globalThis: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const global: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const fetch: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const self: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const Window: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const window: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const document: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const location: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const XMLHttpRequest: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const eval: undefined; /** * `[Warning]` This global entity is not available in Tini app including *.sjs files. */ declare const Function: undefined;