import type { INodeProperties } from 'n8n-workflow'; import * as add from './add.operation'; import * as download from './download.operation'; import * as get from './get.operation'; import * as getAll from './getAll.operation'; export { add, download, get, getAll }; export declare const description: INodeProperties[]; //# sourceMappingURL=index.d.ts.map