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