// global.d.ts interface Global { __turboModuleProxy: any; } declare var global: Global;