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