1 | import { ExportMap } from "../ExportMap";
|
2 | import { FieldDescriptorProto } from "google-protobuf/google/protobuf/descriptor_pb";
|
3 | export declare const MESSAGE_TYPE = 11;
|
4 | export declare const BYTES_TYPE = 12;
|
5 | export declare const ENUM_TYPE = 14;
|
6 | export declare function getTypeName(fieldTypeNum: number): string;
|
7 | export declare function getFieldType(type: FieldDescriptorProto.Type, typeName: string | null, currentFileName: string, exportMap: ExportMap): string;
|