import type { INodeProperties } from 'n8n-workflow'; export declare enum GetFileOutputFieldType { FILE = "file", FIELDS = "fields" } export declare const GetFileOutputType: INodeProperties;