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

export default round;
