import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Returns `k` time series with the highest values, keeping their full label set. When used with `by`, `topk` ranks independently within each group. * * @example * topk(3, http_requests_total) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=topk.d.ts.map