export declare const enum WebhookType {
    Incoming = 1,
    ChannelFollower = 2,
    Application = 3
}
//# sourceMappingURL=webhook.d.ts.map