EnumValueDescriptorProto: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): EnumValueDescriptorProto;
    encode(message: EnumValueDescriptorProto, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: EnumValueDescriptorProtoAmino): EnumValueDescriptorProto;
    fromAminoMsg(object: EnumValueDescriptorProtoAminoMsg): EnumValueDescriptorProto;
    fromPartial(object: {
        name?: string;
        number?: number;
        options?: {
            deprecated?: boolean;
            uninterpretedOption?: {
                aggregateValue?: string;
                doubleValue?: number;
                identifierValue?: string;
                name?: {
                    isExtension?: (...) | (...) | (...);
                    namePart?: (...) | (...);
                }[];
                negativeIntValue?: bigint;
                positiveIntValue?: bigint;
                stringValue?: Uint8Array;
            }[];
        };
    }): EnumValueDescriptorProto;
    fromProtoMsg(message: EnumValueDescriptorProtoProtoMsg): EnumValueDescriptorProto;
    toAmino(message: EnumValueDescriptorProto): EnumValueDescriptorProtoAmino;
    toProto(message: EnumValueDescriptorProto): Uint8Array;
    toProtoMsg(message: EnumValueDescriptorProto): EnumValueDescriptorProtoProtoMsg;
}