export declare function getDeviceInfo(): Promise<{ platform: "android" | "ios" | undefined; deviceModel: string | undefined; deviceBrand: string | undefined; }>; //# sourceMappingURL=expo-device-info.d.ts.map