declare function round(n?: number): (value: T) => T; export default round;