/** * omk doctor - Validate oh-my-kimi installation */ interface DoctorOptions { verbose?: boolean; force?: boolean; dryRun?: boolean; team?: boolean; } export declare function doctor(options?: DoctorOptions): Promise; export {}; //# sourceMappingURL=doctor.d.ts.map