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