import { WeightUnit } from "./type";
export declare const WEIGHT_CONVERSION: Record<WeightUnit, number>;
