import type { IncomingMessage, ServerResponse } from "node:http"; import type { ControlAuth } from "./auth.js"; import { type ControlSendService } from "./send-service.js"; /** 宿主已检查认证及维护门禁;读取消息后和返回结果前再次检查撤销状态。 */ export declare function respondControlSend(service: ControlSendService | undefined, request: IncomingMessage, response: ServerResponse, pathname: string, local: boolean, auth?: ControlAuth): Promise; //# sourceMappingURL=send-http.d.ts.map