import type { OperatorDefinition } from '../../definition_types'; /** * Subtract one value from another. In case of numeric fields, if either field is multivalued * then the result is `null`. For dense_vector fields, both arguments should be dense_vectors. Inequal vector dimensions generate * null result. * */ declare const definition: OperatorDefinition; export default definition; //# sourceMappingURL=sub.d.ts.map