import { Problem, Step } from "./types"; export declare const nextStep: (problem: Problem, step: Step) => Step;