export declare const useAchievementState: () => {
    metrics: import("..").AchievementMetrics;
    previouslyAwardedAchievements: string[];
};
