import type { IExecuteFunctions } from 'n8n-workflow'; export declare function deleteWebhooks(this: IExecuteFunctions, index: number): Promise<{ success: any; deletedScopes: string[]; }>;