import type { IExecuteFunctions, INodeExecutionData } from '@tosspayments/n8n-workflow'; export declare function sortByCode(this: IExecuteFunctions, items: INodeExecutionData[]): INodeExecutionData[]; //# sourceMappingURL=utils.d.ts.map