/** * Proficiency Command * * 스킬 숙련도 관리 (목록, 상세 조회, 시뮬레이션). */ import { Command } from 'commander'; export declare function proficiencyCommand(): Command; //# sourceMappingURL=proficiency.d.ts.map