import type { Skill } from "source/skill"; import type { Constructor } from "source/utility"; /** * @internal Reserved for LuaU usage * @hidden */ export declare function RegisterSkill(Name: string): Constructor;