function magicLink(
  config: MagicAuthOptions & { recommended: boolean },
): ConfiguredMagicLinkWallet;


type ReturnType = ConfiguredMagicLinkWallet;