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