import type { IExecuteFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow';
import { sendAndWaitWebhook } from '../utils/sendAndWait/utils';
export declare class WuzapiSendAndWait implements INodeType {
    description: INodeTypeDescription;
    webhook: typeof sendAndWaitWebhook;
    customOperations: {
        sendAndWait: {
            sendAndWait(this: IExecuteFunctions): Promise<import("n8n-workflow").INodeExecutionData[][]>;
        };
    };
}
//# sourceMappingURL=WuzapiSendAndWait.node.d.ts.map