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