/** * Health Check Command * * DB, Config, Logs 상태를 확인합니다. */ import { Command } from 'commander'; export declare function healthCommand(): Command; //# sourceMappingURL=health.d.ts.map