export declare const _zetasql_DeprecatedEncoding_Encoding: {
    readonly DEFAULT_ENCODING: 0;
    readonly DATE_PACKED32: 1;
    readonly DATE_DECIMAL: 1;
    readonly __FieldFormat_Encoding__switch_must_have_a_default__: -1;
};
export type _zetasql_DeprecatedEncoding_Encoding = 'DEFAULT_ENCODING' | 0 | 'DATE_PACKED32' | 1 | 'DATE_DECIMAL' | 1 | '__FieldFormat_Encoding__switch_must_have_a_default__' | -1;
export type _zetasql_DeprecatedEncoding_Encoding__Output = typeof _zetasql_DeprecatedEncoding_Encoding[keyof typeof _zetasql_DeprecatedEncoding_Encoding];
export interface DeprecatedEncoding {
}
export interface DeprecatedEncoding__Output {
}
