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