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