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