/// import { NumberLike } from '../interfaces'; import { BigNumber } from 'bignumber.js'; interface UnitConvert { from: number; to: number; } export declare const convert: import("ramda").CurriedFunction2; export {};