/** * Read-only global-level health checks (check* functions) for the global * CLEO home, injection templates, and orchestrator identity. */ import type { CheckResult } from '@cleocode/contracts/scaffold-diagnostics'; /** * Check that the global CLEOOS-IDENTITY.md file is present and non-empty. * * @returns Check result with status, path details, and self-heal command. */ export declare function checkGlobalIdentity(): CheckResult; /** * Check that the global ~/.cleo/ home and its required subdirectories exist. * * @returns Check result with status and missing subdirectory details */ export declare function checkGlobalHome(): CheckResult; /** * Check that the global injection template is present and current. * * @returns Check result with template version and sync status */ export declare function checkGlobalTemplates(): CheckResult; //# sourceMappingURL=telemetry.d.ts.map