import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from '@tosspayments/n8n-workflow'; export declare const description: INodeProperties[]; export declare function execute(this: IExecuteFunctions, items: INodeExecutionData[], fileFormatProperty?: string): Promise; //# sourceMappingURL=fromFile.operation.d.ts.map