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