declare const toFixed: (value: number, precision?: number) => number;
export default toFixed;
