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