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