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