UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 420 B
import { type BrowserServerState } from "./server-context.js"; export declare function getBrowserControlState(): BrowserServerState | null; export declare function createBrowserControlContext(): import("./server-context.types.ts").BrowserRouteContext; export declare function startBrowserControlServiceFromConfig(): Promise<BrowserServerState | null>; export declare function stopBrowserControlService(): Promise<void>;