import { SplatChallenge } from "../types";
export default function parseChallenges(json: any, translation: any): SplatChallenge[];
