export declare enum ProxyProtocolVersion {
    NOT = 0,
    V1 = 16,
    V2 = 32
}
