/**
* This represents an object of type `userdata`. All Isaac API classes are typed to extend from this
* type so that we can distinguish them from normal Lua tables.
*/declaretypeIsaacAPIClass = LuaMap<string, unknown> & {
readonly__isaacAPIClassBrand: symbol;
};