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