import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns the sum of all values in the specified time range. * * @example * sum_over_time(http_requests_total[5m]) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=sum_over_time.d.ts.map