export { bindFrontendDevCleanup, wrapShutdownWithCleanup } from "./FrontendDevLifecycle.js"; export { FRONTEND_PLUGIN_CAPABILITIES, FrontendPluginOrchestrator } from "./FrontendPluginOrchestrator.js"; export { normalizeBasePath } from "./pathUtils.js"; export { viteFrontend } from "./plugins/viteFrontend.js"; export { resolveFrontendSites, resolveSitesMap, resolveStaticMountsForService } from "./SiteResolver.js"; export { StaticMountRegistry } from "./StaticMountRegistry.js"; //# sourceMappingURL=index.d.ts.map