import { Options } from '../../../core'; /** * Returns the smallest integer greater than or equal to the specified number. * * @param obj * @param expr * @returns {number} */ export declare function $ceil(obj: object, expr: any, options: Options): number | null;