import type { IExecuteFunctions, IDataObject } from 'n8n-workflow'; export declare function handleMatcherGetAllOperation(this: IExecuteFunctions, integrationId: number, filters?: IDataObject, returnAll?: boolean, limit?: number): Promise;