import type { TypeProto as _zetasql_TypeProto, TypeProto__Output as _zetasql_TypeProto__Output } from '../zetasql/TypeProto';
export interface RangeTypeProto {
    'elementType'?: (_zetasql_TypeProto | null);
}
export interface RangeTypeProto__Output {
    'elementType': (_zetasql_TypeProto__Output | null);
}
