import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns the arithmetic average of observations stored in a native histogram. * * @example * histogram_avg(increase(http_request_duration_seconds[5m])) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=histogram_avg.d.ts.map