import type { PromqlOperatorDefinition } from '../../definition_types'; /** * Returns the remainder of dividing the left operand by the right operand element-wise. For vector–vector operations, the metric name is dropped. * * @example * metric % 10 */ declare const definition: PromqlOperatorDefinition; export default definition; //# sourceMappingURL=mod.d.ts.map