import { Any, AnyObject, Options } from "../../../types";
/** Returns the inverse hyperbolic tangent (hyperbolic arc tangent) of a value in radians. */
export declare const $atanh: (obj: AnyObject, expr: Any, options: Options) => Any;
