export async function decryptNEP2(options: { readonly password: string; readonly encryptedKey: string; }): Promise<PrivateKeyString>