import type { FreestandingDeprecationWarning as _zetasql_FreestandingDeprecationWarning, FreestandingDeprecationWarning__Output as _zetasql_FreestandingDeprecationWarning__Output } from '../zetasql/FreestandingDeprecationWarning';
export interface TVFSignatureOptionsProto {
    'additionalDeprecationWarning'?: (_zetasql_FreestandingDeprecationWarning)[];
}
export interface TVFSignatureOptionsProto__Output {
    'additionalDeprecationWarning': (_zetasql_FreestandingDeprecationWarning__Output)[];
}
