export type Eip1024EncryptedData = {
    version: string;
    nonce: string;
    ephemPublicKey: string;
    ciphertext: string;
};
//# sourceMappingURL=encryption-types.d.mts.map