import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns the φ-quantile (0 ≤ φ ≤ 1) of the values across the input vector. * * @example * quantile(0.9, http_request_duration_seconds) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=quantile.d.ts.map