How to import from indirect dependency to package extension

In my package DifferentiationInterface.jl, the Zygote extension also depends explicitly on ForwardDiff, even though ForwardDiff is a dependency of Zygote too:

This allows me to do import ForwardDiff in the extension instead of import Zygote.ForwardDiff