export declare enum WebhookEventTypes { text = "text", image = "image", video = "video", file = "file", audio = "audio", reply = "reply", unsupported = "unsupported", vcard = "vcard" } //# sourceMappingURL=webhookEventTypes.d.ts.map