import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from 'n8n-workflow'; export declare const uploadFileDescription: INodeProperties[]; export declare function uploadFileExecute(this: IExecuteFunctions): Promise;