import type { RoundingMode } from '../types'; /** * Round a number with half values up. * * @param value - The number to round. * * @returns The rounded number. */ export declare const halfUp: RoundingMode;