export { goToStep };
declare const goToStep: (args: {
    setHistory: Function;
    setPoppedHistory: Function;
}) => (step: unknown) => void;
