export declare enum SrtpCryptoSuite {
    AEAD_AES_256_GCM = 0,
    AEAD_AES_128_GCM = 1,
    AES_CM_128_HMAC_SHA1_80 = 2,
    AES_CM_128_HMAC_SHA1_32 = 3
}
//# sourceMappingURL=srtp-crypto-suite.d.ts.map