/**
 * An enum representing the transport protocols for an event
 */
export declare const enum Protocol {
    HTTPBinary = 0,
    HTTPStructured = 1,
    HTTP = 2
}
