export { getWizardIndex };
declare const getWizardIndex: (args: {
    options: any;
    step: unknown;
}) => () => number;
