import type { OperatorDefinition } from '../../definition_types'; /** * Divide one number by another and return the remainder. If either field is multivalued then the result is `null`. */ declare const definition: OperatorDefinition; export default definition; //# sourceMappingURL=mod.d.ts.map