import type { FunctionDefinition } from '../../definition_types'; /** * Returns the inverse hyperbolic sine of a number. * * @example * ROW a=1.8 * | EVAL asinh=ASINH(a) */ declare const definition: FunctionDefinition; export default definition; //# sourceMappingURL=asinh.d.ts.map