import { CategoryTool } from '../types/common.js';
export declare const FETCH_WEBHOOKS_BY_CAMPAIGN_TOOL: CategoryTool;
export declare const UPSERT_CAMPAIGN_WEBHOOK_TOOL: CategoryTool;
export declare const DELETE_CAMPAIGN_WEBHOOK_TOOL: CategoryTool;
export declare const GET_WEBHOOKS_PUBLISH_SUMMARY_TOOL: CategoryTool;
export declare const RETRIGGER_FAILED_EVENTS_TOOL: CategoryTool;
export declare const webhookTools: CategoryTool[];
