export declare enum NexoEnum {
    HMAC_KEY_LENGTH = 32,
    CIPHER_KEY_LENGTH = 32,
    IV_LENGTH = 16
}
