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