export interface SimpleConnectionProto {
    'name'?: (string);
}
export interface SimpleConnectionProto__Output {
    'name': (string);
}
