/** * doctor command - Check prerequisites and system health */ export declare function doctor(): Promise; /** * Check if NVIDIA GPU is available (exported for use by init command) */ export declare function hasNvidiaGpu(): Promise; //# sourceMappingURL=doctor.d.ts.map