# sig/msgpack/core_ext.rbs class Array def to_msgpack_with_packer: () -> untyped end # sig/msgpack/core_ext.rbs class Bignum def to_msgpack_with_packer: () -> untyped end # sig/msgpack/core_ext.rbs class FalseClass def to_msgpack_with_packer: () -> untyped end # sig/msgpack/core_ext.rbs class Fixnum def to_msgpack_with_packer: () -> untyped end # sig/msgpack/core_ext.rbs class Float def to_msgpack_with_packer: () -> untyped end # sig/msgpack/core_ext.rbs class Hash def to_msgpack_with_packer: () -> untyped end # sig/msgpack/core_ext.rbs class Integer def to_msgpack_with_packer: () -> untyped end # sig/msgpack/core_ext.rbs class MessagePack::ExtensionValue def to_msgpack_with_packer: () -> untyped end # sig/msgpack/factory.rbs class MessagePack::Factory def dump: () -> untyped def load: () -> untyped def pool: () -> untyped def register_type: () -> untyped def registered_types: () -> untyped def type_registered?: () -> untyped end # sig/msgpack/factory.rbs class MessagePack::Factory::Pool def dump: () -> untyped def initialize: () -> void def load: () -> untyped def packer: () -> untyped def unpacker: () -> untyped end # sig/msgpack/factory.rbs class MessagePack::Factory::Pool::MemberPool def initialize: () -> void def initialize: () -> void def with: () -> untyped def with: () -> untyped end # sig/msgpack/packer.rbs class MessagePack::Packer def register_type: () -> untyped def registered_types: () -> untyped def type_registered?: () -> untyped end # sig/msgpack/timestamp.rbs class MessagePack::Timestamp def self.from_msgpack_ext: () -> untyped def self.to_msgpack_ext: () -> untyped def ==: () -> untyped def initialize: () -> void def to_msgpack_ext: () -> untyped end # sig/msgpack/unpacker.rbs class MessagePack::Unpacker def register_type: () -> untyped def registered_types: () -> untyped def type_registered?: () -> untyped end # sig/msgpack/core_ext.rbs class NilClass def to_msgpack_with_packer: () -> untyped end # sig/msgpack/core_ext.rbs class String def to_msgpack_with_packer: () -> untyped end # sig/msgpack/core_ext.rbs class Symbol def self.from_msgpack_ext: () -> untyped def to_msgpack_with_packer: () -> untyped end # sig/msgpack/core_ext.rbs class TrueClass def to_msgpack_with_packer: () -> untyped end # sig/msgpack.rbs module MessagePack def load: () -> untyped def pack: () -> untyped end # sig/msgpack/bigint.rbs module MessagePack::Bigint def self.from_msgpack_ext: () -> untyped def self.to_msgpack_ext: () -> untyped def self.to_msgpack_ext: () -> untyped end # sig/msgpack/core_ext.rbs module MessagePack::CoreExt def to_msgpack: () -> untyped end