import { IExecuteFunctions } from 'n8n-workflow'; declare function temFileSave(this: IExecuteFunctions, draft_name: string, data: string, type?: string, index?: number): Promise; export { temFileSave };