import { t as Command } from "../index-DncR1eRv.js"; //#region src/commands/doctor.d.ts /** * Diagnose common kidd project issues. * * Validates config, checks package.json setup, verifies entry points exist, * and catches anything that could cause build or runtime failures. */ declare const doctorCommand: Command; //#endregion export { doctorCommand as default }; //# sourceMappingURL=doctor.d.ts.map