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