export declare enum CryptoAlgorithm {
    RC4x40 = "RC4x40",
    RC4x128 = "RC4x128",
    AESx128 = "AESx128",
    AESx256 = "AESx256"
}
