module;" that module will only export it's functions to the callers namespace. So the functions from that module will only be available, in the unqualified form, to whichever package directly uses that module. Note you can still access any function you want via the "Package::Function()" syntax.