I apologize. I thought I was clear. I want to discover the default browser from the command line without installing any 3rd-party tools such as 'defaultbrowser' by kerma.
The first link is irrelevant because my goal has never been to change my default shell.
The second link, to superuser.com, is one that I've visited before; its solution is woefully outdated and no longer works, i.e. defaults read com.apple.LaunchServices returns nothing.
The aforementioned link also contains references to 'defaultbrowser' (which I explicitly said I don't want) and focuses more on how to set the default browser from the command line.
The fact that any browser available for macOS has the ability to detect that it's not the default browser - as well as providing the ability to change itself to the default browser - demonstrates that there is some underlying, OS-based location where this information is stored. I assumed, perhaps naïvely, that such information would be available via 'defaults' or some *util tool.