---@meta hexis/format

---Generated declarations. Requires the matching Hexis build; live acceptance is pending.
local M = {}

---@param value? number
---@return string
function M.short(value) end

---@param value? number
---@return string
function M.rate(value) end

return M
