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