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