interface EncryptionInfo {
    symmetricKey: string;
}
export default EncryptionInfo;
//# sourceMappingURL=EncryptionInfo.d.ts.map