export interface Proto { onJDMessage(f: (buf: Uint8Array) => void): void sendJDMessageAsync(buf: Uint8Array): Promise postConnectAsync(): Promise disconnectAsync(): Promise }