export interface ConstantRefProto {
    'name'?: (string);
}
export interface ConstantRefProto__Output {
    'name': (string);
}
