export class AchievementGateway {
    getUnlocked(): Promise<string[]>

    unlock(id: string): Promise<any>
}
