import type { HoldableSkill } from "exports"; import type { Constructor } from "source/utility"; /** * @internal Reserved for LuaU usage * @hidden */ export declare function RegisterHoldableSkill( Name: string, ): Constructor;