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