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