/**
 * The diffrent types of connections for the Twitch EventSub.
 */
export declare enum EventSubConnection {
    'WebSocket' = 0,
    'Webhook' = 1,
    'Conduit' = 2
}
