---@class PluginState ---@field Version string ---@field ActiveInstances integer PluginState = { Version = nil, ActiveInstances = nil }