import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns the φ-quantile of a classic histogram represented by cumulative `le` buckets or a native (exponential) histogram. * * @example * histogram_quantile(0.9, rate(http_request_duration_seconds_bucket[5m])) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=histogram_quantile.d.ts.map