import { CommonArgs, YargsCommandModule } from '../types/Yargs.js'; export type DoctorArgs = CommonArgs & { outputDir?: string; }; declare const doctorCommand: YargsCommandModule; export default doctorCommand;