import { Any, AnyObject, Options } from "../../../types";
/**
 * Calculates the natural logarithm ln (i.e loge) of a number and returns the result as a double.
 */
export declare const $ln: (obj: AnyObject, expr: Any, options: Options) => number | null;
