/** * CLI Command: health-check * * Comprehensive health check for ticket-mate setup */ import { Command } from "commander"; export declare const healthCheckCommand: Command; //# sourceMappingURL=health-check.d.ts.map