import type { PromqlOperatorDefinition } from '../../definition_types'; /** * Compares elements where the left operand is less than or equal to the right. By default, acts as a filter. With the bool modifier, returns 0 or 1. * * @example * requests_total <= 256 */ declare const definition: PromqlOperatorDefinition; export default definition; //# sourceMappingURL=lte.d.ts.map