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