// package: google.protobuf // file: google/protobuf/type.proto /* tslint:disable */ import * as jspb from "google-protobuf"; import * as google_protobuf_any_pb from "google-protobuf/google/protobuf/any_pb"; import * as google_protobuf_source_context_pb from "google-protobuf/google/protobuf/source_context_pb"; export class Type extends jspb.Message { getName(): string; setName(value: string): void; clearFieldsList(): void; getFieldsList(): Array; setFieldsList(value: Array): void; addFields(value?: Field, index?: number): Field; clearOneofsList(): void; getOneofsList(): Array; setOneofsList(value: Array): void; addOneofs(value: string, index?: number): string; clearOptionsList(): void; getOptionsList(): Array