export interface ProtoTypeProto {
    'protoName'?: (string);
    'protoFileName'?: (string);
    'fileDescriptorSetIndex'?: (number);
    'catalogNamePath'?: (string)[];
}
export interface ProtoTypeProto__Output {
    'protoName': (string);
    'protoFileName': (string);
    'fileDescriptorSetIndex': (number);
    'catalogNamePath': (string)[];
}
