import { Any, AnyObject, Options } from "../../../types";
/**
 * Returns the smallest integer greater than or equal to the specified number.
 */
export declare const $ceil: (obj: AnyObject, expr: Any, options: Options) => number | null;
