declare const toDecimal: (value: string | number) => number; export default toDecimal;