export { getWizardLength };
declare const getWizardLength: (args: {
    options: any;
}) => () => number;
