// Original file: null export interface _google_protobuf_GeneratedCodeInfo_Annotation { 'path'?: (number)[]; 'sourceFile'?: (string); 'begin'?: (number); 'end'?: (number); } export interface _google_protobuf_GeneratedCodeInfo_Annotation__Output { 'path': (number)[]; 'sourceFile': (string); 'begin': (number); 'end': (number); } export interface GeneratedCodeInfo { 'annotation'?: (_google_protobuf_GeneratedCodeInfo_Annotation)[]; } export interface GeneratedCodeInfo__Output { 'annotation': (_google_protobuf_GeneratedCodeInfo_Annotation__Output)[]; }