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; }; }; } //# sourceMappingURL=ZuckZapGoSendAndWait.node.d.ts.map