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