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