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