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