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