import type { WizardOptions } from '../utils/types';
export declare function runRemixWizard(options: WizardOptions): Promise<void>;
