export {} declare global { type HeightUnit = 'in' | 'cm' type WeightUnit = 'lb' | 'kg' }