import { Webhook, WebhookOptions } from '../types/Webhook';
export declare function addWebhook(apiKey: string, options: WebhookOptions): Promise<Webhook>;
