/** * Copyright © 2025 Anonyome Labs, Inc. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 */ /** * An enumeration depiction the encryption status of an email message * in the SudoPlatform Email SDK * * @enum EncrpytionStatus */ export declare enum EncryptionStatus { ENCRYPTED = 0, UNENCRYPTED = 1 }