export declare enum SkillCostType { Life = "life", LifeSecond = "life_second", LifeLockFlat = "life_lock_flat", LifeLock = "life_lock", LifePercent = "life_percent", Mana = "mana", ManaSecond = "mana_second", ManaLockFlat = "mana_lock_flat", ManaLock = "mana_lock", ManaPercent = "mana_percent", None = "none" } export declare const ALL_SKILL_COST_TYPES: SkillCostType[]; export declare const LIFE_SKILL_COST_TYPES: SkillCostType[]; export declare const MANA_SKILL_COST_TYPES: SkillCostType[];