/** * * `custom` - Custom * * `native` - Native */ export declare enum SkillTypeEnum { CUSTOM = "custom", NATIVE = "native" }