declare const round: (number: any, precision: any) => number;
export default round;
