import type { ExpoConfig } from "expo/config"; /** * Expo plugin to configure Android architecture to arm64-v8a only. * Reduces APK size by excluding other architectures (x86, x86_64, armeabi-v7a). */ declare function withAndroidArchitecture(config: ExpoConfig): ExpoConfig; export default withAndroidArchitecture; //# sourceMappingURL=withAndroidArchitecture.d.ts.map