declare const fromDecimal: (num: number) => string;
export default fromDecimal;
