import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns the φ-quantile (0 ≤ φ ≤ 1) of the values in the specified time range. * * @example * quantile_over_time(0.5, http_requests_total[1h]) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=quantile_over_time.d.ts.map