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