export namespace discovery { export { authn }; } import authn from "./services/authn"; export { getDiscoveryService, makeDiscoveryServices } from "./utils";