declare const round: (...args: any[]) => number | ""; export default round;