Variable yandexProtobufConst

yandexProtobuf: {
    decodeStreamResponse(response: ArrayBuffer): VOTTypes.YandexProtobufType.StreamTranslationResponse;
    decodeSubtitlesResponse(response: ArrayBuffer): VOTTypes.YandexProtobufType.SubtitlesResponse;
    decodeTranslationResponse(response: ArrayBuffer): VOTTypes.YandexProtobufType.VideoTranslationResponse;
    decodeYandexSessionResponse(response: ArrayBuffer): VOTTypes.YandexProtobufType.YandexSessionResponse;
    encodeStreamPingRequest(pingId: number): Uint8Array;
    encodeStreamRequest(url: string, requestLang: string, responseLang: string): Uint8Array;
    encodeSubtitlesRequest(url: string, requestLang: string): Uint8Array;
    encodeTranslationRequest(url: string, duration: number, requestLang: string, responseLang: string, translationHelp: null | TranslationHelp[]): Uint8Array;
    encodeYandexSessionRequest(uuid: string, module: SessionModule): Uint8Array;
} = ...