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