export interface TransportProxy { connect(deviceId?: string): Promise send(payload: Uint8Array): Promise disconnect(): Promise }