export declare enum QuizSportType { Soccer = 1, Basketball = 2, Tennis = 5 } export declare const quizSupportedSports: QuizSportType[];