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