OneofDescriptorProto: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): OneofDescriptorProto;
    encode(message: OneofDescriptorProto, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: OneofDescriptorProtoAmino): OneofDescriptorProto;
    fromAminoMsg(object: OneofDescriptorProtoAminoMsg): OneofDescriptorProto;
    fromPartial(object: {
        name?: string;
        options?: {
            uninterpretedOption?: {
                aggregateValue?: string;
                doubleValue?: number;
                identifierValue?: string;
                name?: {
                    isExtension?: (...) | (...) | (...);
                    namePart?: (...) | (...);
                }[];
                negativeIntValue?: bigint;
                positiveIntValue?: bigint;
                stringValue?: Uint8Array;
            }[];
        };
    }): OneofDescriptorProto;
    fromProtoMsg(message: OneofDescriptorProtoProtoMsg): OneofDescriptorProto;
    toAmino(message: OneofDescriptorProto): OneofDescriptorProtoAmino;
    toProto(message: OneofDescriptorProto): Uint8Array;
    toProtoMsg(message: OneofDescriptorProto): OneofDescriptorProtoProtoMsg;
}