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