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