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