import type { EncryptedString } from '../../index.js'; export declare function encryptLegacySecretKey(password: string | Uint8Array, secretKey: Uint8Array): Promise; export declare function getPublicKeyFromLegacySecretKey(secretKey: EncryptedString): string; //# sourceMappingURL=encryption.d.ts.map