import { Type as UninterpretedOption } from "./UninterpretedOption"; export declare namespace $.google.protobuf { interface EnumValueOptions { deprecated?: boolean; uninterpretedOption: UninterpretedOption[]; } } export declare type Type = $.google.protobuf.EnumValueOptions; export declare function getDefaultValue(): $.google.protobuf.EnumValueOptions; export declare function createValue(partialValue: Partial<$.google.protobuf.EnumValueOptions>): $.google.protobuf.EnumValueOptions; export declare function encodeJson(value: $.google.protobuf.EnumValueOptions): unknown; export declare function decodeJson(value: any): $.google.protobuf.EnumValueOptions; export declare function encodeBinary(value: $.google.protobuf.EnumValueOptions): Uint8Array; export declare function decodeBinary(binary: Uint8Array): $.google.protobuf.EnumValueOptions; //# sourceMappingURL=EnumValueOptions.d.ts.map