import type { UpdateWebhookRequest, Webhook } from "../types/webhooks"; export declare const updateWebhook: (apiKey: string, webhookID: string, params: UpdateWebhookRequest, userAgent?: string) => Promise; //# sourceMappingURL=updateWebhook.d.ts.map