import type { App } from "../../standalone/app.js"; /** * Start a generated SPA entry. A server-owned hydration marker selects * hydration; an unmarked mount remains a normal CSR render. */ export declare function startPagesApp(app: App, container: string | HTMLElement): void; //# sourceMappingURL=page-bootstrap.d.ts.map