import { Skill } from './Skill'; import { SkillName } from './SkillName'; export declare class InitialSkillsGenerator { static generate(): Record; }