import type { PromqlOperatorDefinition } from '../../definition_types'; /** * Subtracts the right operand from the left operand element-wise. For vector–vector operations, the metric name is dropped. * * @example * requests_total - requests_errors */ declare const definition: PromqlOperatorDefinition; export default definition; //# sourceMappingURL=sub.d.ts.map