export interface IProtobufComponentOptions {
    protoPath?: string;
}
