import type { INodeProperties } from 'n8n-workflow'; import * as deleteFile from './delete.operation'; import * as get from './get.operation'; import * as getMany from './getMany.operation'; import * as load from './load.operation'; import * as upload from './upload.operation'; export { deleteFile, get, getMany, upload, load }; export declare const description: INodeProperties[]; //# sourceMappingURL=File.resource.d.ts.map