import type { INodeExecutionData, IDataObject } from 'n8n-workflow'; export declare function copyInputItems(items: INodeExecutionData[], properties: string[]): IDataObject[];