/** * Round a value by a provided precision * @param value The value to round * @param precision The precision to round by * @returns The rounded value */ export declare function round(value: number, precision?: number): number; //# sourceMappingURL=round.d.ts.map