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