/** * Individual health check implementations. * Extracted from health.ts for max-lines compliance. */ import type { HealthCheck } from "../health"; export declare function checkSdkVersion(): Promise; export declare function checkNodeVersion(): HealthCheck; export declare function checkA5cDirectory(cwd: string): Promise; export declare function checkPackageDependency(cwd: string): Promise; //# sourceMappingURL=checks.d.ts.map