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