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