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