import type { IExecuteFunctions, IDataObject } from 'n8n-workflow'; import type { MatcherOperation } from './matchers.types'; export declare function handleMatcherOperation(this: IExecuteFunctions, operation: MatcherOperation, i: number): Promise;