export type ProtobufFieldType = 'bool' | 'bytes' | 'double' | 'fixed32' | 'fixed64' | 'float' | 'int32' | 'int64' | 'sfixed32' | 'sfixed64' | 'sint32' | 'sint64' | 'string' | 'uint32' | 'uint64';
