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