StreamTranslationObject: {
    create<I>(base?: I): VOTTypes.YandexProtobufType.StreamTranslationObject;
    decode(input: Uint8Array | Reader, length?: number): VOTTypes.YandexProtobufType.StreamTranslationObject;
    encode(message: VOTTypes.YandexProtobufType.StreamTranslationObject, writer?: Writer): Writer;
    fromJSON(object: any): VOTTypes.YandexProtobufType.StreamTranslationObject;
    fromPartial<I>(object: I): VOTTypes.YandexProtobufType.StreamTranslationObject;
    toJSON(message: VOTTypes.YandexProtobufType.StreamTranslationObject): unknown;
}