import { SjclCipherEncryptParams } from '@aikon/sjcl'; /** Additional parameters for encryption/decryption - for SHA256 algorithm */ export declare type EccEncryptionOptions = SjclCipherEncryptParams;