-- @meta ---@diagnostic disable: unused-local ---@diagnostic disable: lowercase-global -- @param name string -- @param path string -- return void function add_route(name, path) end -- @param url string -- @return string function get(url) end