UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

8 lines 415 B
import { t as HealthCheck } from "../../health-DhW-0z2E.js"; //#region extensions/cua-computer/src/doctor.d.ts export declare const CUA_DRIVER_ARTIFACT_CHECK_ID = "cua-computer/driver-artifacts"; type CuaDriverDoctorRegistrationHost = { readonly registerHealthCheck: (check: HealthCheck) => void; }; export declare function registerCuaDriverDoctorChecks(host?: CuaDriverDoctorRegistrationHost): void; //#endregion