import http from "node:http"; import type { ControlHostOptions } from "./host-options.js"; export type { ControlHostOptions } from "./host-options.js"; export declare function startControlHost(options: ControlHostOptions): Promise<{ id: `${string}-${string}-${string}-${string}-${string}`; controller: { status: () => import("./gateway-controller.js").GatewayControllerState; }; server: http.Server; socketPath: string; close: () => Promise; }>; //# sourceMappingURL=host.d.ts.map