import type { ExpoConfig } from "expo/config"; /** * Expo plugin to set NDK version in android/build.gradle. * Ensures NDK 29 is used to match the addon build version. */ declare function withAndroidNdkVersion(config: ExpoConfig): ExpoConfig; export default withAndroidNdkVersion; //# sourceMappingURL=withAndroidNdkVersion.d.ts.map