export declare enum VpnConnectionStatus {
    DISCONNECTED = 5,
    CONNECTING = 1,
    CONNECTED = 2
}
export declare enum VpnRcService {
    DISCONNECT = "stop_vpnc",
    CONNECT = "restart_vpnc"
}
export declare enum VpnActionStatus {
    DISCONNECT = 0,
    CONNECT = 1
}
