import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Calculates the hyperbolic cosine of all elements in the input vector. * * @example * cosh(some_metric) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=cosh.d.ts.map