import { RoundingPolicy } from '../enum';
export declare function round(value: number, rounding: RoundingPolicy): number;
