import type { BrowserRouteContext, ContextOptions } from "./server-context.types.js"; export type { BrowserRouteContext, BrowserServerState, BrowserTab, ProfileContext, ProfileRuntimeState, ProfileStatus, } from "./server-context.types.js"; export declare function createBrowserRouteContext(opts: ContextOptions): BrowserRouteContext;