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