// Auto-generated stub — replace with real implementation import type React from 'react'; export {}; export const NewInstallWizard: React.FC<{ defaultDir: string; onInstalled: (dir: string) => void; onCancel: () => void; onError: (message: string) => void; }> = (() => null); export const computeDefaultInstallDir: () => Promise = (() => Promise.resolve(''));