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