import type { IncomingMessage, ServerResponse } from "node:http"; import type { ControlTerminalService } from "./terminal-service.js"; export declare function isTerminalHttpPath(pathname: string): boolean; /** HTTP 认证已由控制宿主完成;只签发短期、单次使用的 WebSocket 票据。 */ export declare function handleTerminalHttp(terminal: ControlTerminalService, request: IncomingMessage, response: ServerResponse, pathname: string, local: boolean): void; //# sourceMappingURL=terminal-http.d.ts.map