import { WebhookConfig, WebhookService } from '../types'; export declare function createWebhookService(config?: WebhookConfig): WebhookService | null; //# sourceMappingURL=WebhookService.d.ts.map