pub type RefineCosts = BoundedVec<RefineCost, MaxWorkItems>;
pub struct RefineCosts(/* private fields */);