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