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