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