import type { SimpleValueProto as _zetasql_SimpleValueProto, SimpleValueProto__Output as _zetasql_SimpleValueProto__Output } from '../zetasql/SimpleValueProto';
export interface ExtendedTypeParametersProto {
    'parameters'?: (_zetasql_SimpleValueProto)[];
}
export interface ExtendedTypeParametersProto__Output {
    'parameters': (_zetasql_SimpleValueProto__Output)[];
}
