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