import type { ControlAuth } from "./auth.js"; import type { IncomingMessage, ServerResponse } from "node:http"; /** 由宿主在本机身份或设备认证之后调用;同步读取不跨越授权检查。 */ export declare function respondControlLogs(workspace: string, request: IncomingMessage, response: ServerResponse, pathname: string, local: boolean, auth: ControlAuth): boolean; //# sourceMappingURL=logs-http.d.ts.map