export type AppEnvironment = "simulator" | "testflight" | "appstore"; export interface ExpoAppEnviromentInterface { readonly environment: AppEnvironment; getEnvironment(): AppEnvironment; } //# sourceMappingURL=ExpoAppEnviroment.types.d.ts.map