import type { ProtoTypeProto as _zetasql_ProtoTypeProto, ProtoTypeProto__Output as _zetasql_ProtoTypeProto__Output } from '../zetasql/ProtoTypeProto';
export interface FieldDescriptorRefProto {
    'containingProto'?: (_zetasql_ProtoTypeProto | null);
    'number'?: (number);
}
export interface FieldDescriptorRefProto__Output {
    'containingProto': (_zetasql_ProtoTypeProto__Output | null);
    'number': (number);
}
