import Skill_ from './skill'; export declare namespace ASK { const Skill: typeof Skill_; type Skill = Skill_; }