import { WizardOptions } from '../../utils/types';
type WizardFunction = (options: WizardOptions) => Promise<void>;
export declare function checkIfMoreSuitableWizardExistsAndAskForRedirect(): Promise<WizardFunction | undefined>;
export {};
