import { Any, AnyObject, Options } from "../../../types";
/**
 * Checks if the specified expression resolves to a numeric value
 */
export declare const $isNumber: (obj: AnyObject, expr: Any, options: Options) => boolean | null;
