import type { IExecuteFunctions, INodeProperties } from 'n8n-workflow';
export declare const dealDescription: INodeProperties[];
export declare function executeDeal(this: IExecuteFunctions, operation: string, i: number): Promise<any>;
