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