import type { EncryptedString } from '../../index.js'; import type { BinaryLike } from '../../utils/crypto.js'; export declare const kadenaChangePassword: (secretKey: BinaryLike, oldPassword: string, newPassword: string) => Promise; //# sourceMappingURL=kadenaChangePassword.d.ts.map