export declare enum Protocol {
    V2 = "V2",
    V3 = "V3",
    MIXED = "MIXED"
}
