import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Clamps the sample values of all elements to have an upper limit of max. * * @example * clamp_max(http_requests_total, 100) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=clamp_max.d.ts.map