import { Options } from '../../../core'; /** * Returns the absolute value of a number. * * @param obj * @param expr * @return {Number|null|NaN} */ export declare function $abs(obj: object, expr: any, options: Options): number | null;