/** * Binary messages are prefixed with a binary header (UINT16) * specifying how to decode the incoming data. */ export declare class BinaryMessageTypes { static readonly AUDIO = 2; static readonly CURSOR = 3; }