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