Clarification on extensions introduced in Julia v1.9 vs Requires.jl

@kristoffer.carlsson would be best qualified to answer, but I will try based on my interpretation of

From what I can tell, the extension mechanism is primarily focused on extending methods, not necessarily introducing or exporting new types.

Based on Are extension packages importable? it might be possible to get a reference to the extension module itself.