/** * Round a number to closest 0.1 * * @param n - The float number to round */ export declare function roundTo1Decimal(n: number): number; //# sourceMappingURL=round.d.ts.map