import { type INodeProperties } from 'n8n-workflow'; import * as del from './delete.operation'; import * as get from './get.operation'; import * as getAll from './getAll.operation'; import * as move from './move.operation'; import * as reply from './reply.operation'; import * as send from './send.operation'; import * as sendAndWait from './sendAndWait.operation'; import * as update from './update.operation'; export { del as delete, get, getAll, move, reply, send, sendAndWait, update }; export declare const description: INodeProperties[]; //# sourceMappingURL=index.d.ts.map