export declare const QUEST_LEVELS: readonly ["goldTrophy", "featuredTrophy"]; export type QuestLevel = (typeof QUEST_LEVELS)[number];