/**
* Create from private key
* @param publicKey - The account private key.
* @param networkType - The NEM network type.
* @returns {Address}
*/
static createFromPublicKey(publicKey: string, networkType: NetworkType): Address;
the name of parameter suggests "public", but the comment says private