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