export interface DeviceConnectionState { connected: boolean; hasPermission: boolean; }