import { WebhookConfig } from '../../types/config'; import { AlertPayload, AlertSendResult } from '../../types/alert'; export declare class WebhookChannel { private cfg; constructor(cfg: WebhookConfig); send(payload: AlertPayload): Promise; } //# sourceMappingURL=webhook.d.ts.map