import type { IExecuteFunctions, INodeExecutionData, INodeTypeDescription, IWebhookFunctions } from 'n8n-workflow'; import { Webhook } from '../Webhook/Webhook.node'; export declare class Wait extends Webhook { authPropertyName: string; description: INodeTypeDescription; webhook(context: IWebhookFunctions): Promise; execute(context: IExecuteFunctions): Promise; private configureAndPutToWait; private putToWait; } //# sourceMappingURL=Wait.node.d.ts.map