import { type ClientRuntime } from "../../shared/runtime-config.js"; import type { AppContext, AppModule, Shell } from "../shell/types.js"; export interface PageRuntimeOptions { document?: Document; runtime?: ClientRuntime; runtimeUrl?: string; mount?: string | Element; loadModule?: (href: string, ctx: AppContext) => Promise; } export declare function startPageRuntime(options?: PageRuntimeOptions): Promise; //# sourceMappingURL=page.d.ts.map