import type { INodeProperties } from 'n8n-workflow'; import * as getPublicURL from './getPublicURL.operation'; import * as upload from './upload.operation'; export { upload, getPublicURL }; export declare const descriptions: INodeProperties[]; //# sourceMappingURL=index.d.ts.map