import { TWizardType } from "../../types/TWizardType";
export { getWizardType };
declare const getWizardType: (args: {
    options: unknown;
}) => TWizardType;
