import type { PromqlFunctionDefinition } from '../../definition_types'; /** * Clamps the sample values of all elements to be within [min, max]. * * @example * clamp(http_requests_total, 0, 100) */ declare const definition: PromqlFunctionDefinition; export default definition; //# sourceMappingURL=clamp.d.ts.map