import type { PromqlOperatorDefinition } from '../../definition_types'; /** * Returns all elements from the left vector plus elements from the right vector that have no matching label sets in the left. * * @example * vector1 or vector2 */ declare const definition: PromqlOperatorDefinition; export default definition; //# sourceMappingURL=or.d.ts.map