import { Any, AnyObject, Options } from "../../../types";
/**
 * Rounds a number to to a whole integer or to a specified decimal place.
 */
export declare const $round: (obj: AnyObject, expr: Any, options: Options) => number | null;
