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