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