import type { PromqlOperatorDefinition } from '../../definition_types'; /** * Negates the instant vector or scalar by inverting the sign of each sample value. * * @example * -requests_total */ declare const definition: PromqlOperatorDefinition; export default definition; //# sourceMappingURL=neg.d.ts.map