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