/** * doctor 命令 */ export declare function doctorCommand(options?: { fix?: boolean; }): Promise; //# sourceMappingURL=doctor.d.ts.map