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