import { Options } from '../../../core'; /** * Truncates a number to a whole integer or to a specified decimal place. * * @param obj * @param expr * @returns {number} */ export declare function $trunc(obj: object, expr: any, options: Options): number | null;