import { Any, AnyObject, Options } from "../../../types";
/**
 * Raises Euler’s number (i.e. e ) to the specified exponent and returns the result.
 */
export declare const $exp: (obj: AnyObject, expr: Any, options: Options) => number | null;
