import type { RunningHappy2 } from "./backend.js"; export interface WebOptions { backendUrl: string; host?: string; logger?: boolean; port?: number; portSharingDomain?: string; trustedProxyHops?: number; webRoot?: string; } /** Serves the Happy (2) SPA and proxies its versioned API to a separate backend origin. */ export declare function startWebHappy2(options: WebOptions): Promise; //# sourceMappingURL=web.d.ts.map