import type { ExpoConfig } from "expo/config"; /** * Expo plugin that stubs expo-device-info when expo-device is not a declared * dependency of the consuming app. Expo autolinking resolves modules from * package.json — if expo-device isn't listed there, the native module won't * be linked and Metro may fail to resolve the JS import. */ declare function withDeviceInfo(config: ExpoConfig): ExpoConfig; export default withDeviceInfo; //# sourceMappingURL=withDeviceInfo.d.ts.map