export declare enum ProtocolVariant {
    DEFAULT = "default",
    KAFKA = "kafka",
    AMQP = "amqp"
}
