1declare let global: {
2  ExpoModules:
3    | undefined
4    | {
5        [key: string]: any;
6      };
7};
8