import { TWizardType } from "../types/TWizardType";
import { TWizardOptions } from "../types/TWizardOptions";
export { jumpSteps };
declare const jumpSteps: (args: {
    wizardType: TWizardType;
    options: TWizardOptions;
    setHistory: Function;
}) => (jump: number) => void;
