import type { ControlDiagnostics } from "@onebots/core/control"; import type { ManagerDoctorCheck } from "./manager-doctor.js"; /** 仅访问管理实例自身报告的监听IP,无凭据、无重定向、无POST。 */ export declare function probeManagerWeb(state: ControlDiagnostics): Promise; //# sourceMappingURL=manager-doctor-probes.d.ts.map