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