import { google } from '../proto'; import proto = google.protobuf; export declare function convertFieldLabel(label: proto.FieldDescriptorProto.Label): "required" | "optional" | "repeated"; export declare function convertType(field: proto.IFieldDescriptorProto): string | undefined;