import { StagesResponse } from "../types.js";
export default function parseCurrentStages(json: any, translation: any): StagesResponse;
