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