import { DeviceInfo, NetworkStatus } from "./types"; export declare const getDeviceInfo: (deviceId: string) => DeviceInfo; export declare const getNetworkStatus: () => NetworkStatus;