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