import type { INodeExecutionData } from 'n8n-workflow'; export declare function normalizeItems(executionData: INodeExecutionData | INodeExecutionData[]): INodeExecutionData[];