export interface SkillUnlock {
    skill: string;
    level: number;
    description: string;
}
//# sourceMappingURL=SkillUnlock.d.ts.map