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