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