import { TStep } from "../types/TStep";
export { initialize };
declare const initialize: (args: {
    setHistory: Function;
    initialStep: TStep;
}) => () => void;
