import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Calculates the average of the values across the input vector. * * @example * avg(http_requests_total) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=avg.d.ts.map