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