import type { OperatorDefinition } from '../../definition_types'; /** * Multiply two values together. For 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=mul.d.ts.map