---@meta mp.options ---@class mp.options local options = {} ---@param t table ---@param identifier? string ---@param on_update? fun(list: table) function options.read_options(t, identifier, on_update) end return options