/** Represents the Solid behavior. * @see {@link https://www.construct.net/make-games/manuals/construct-3/scripting/scripting-reference/behavior-interfaces/solid | ISolidBehaviorInstance documentation } */ declare class ISolidBehaviorInstance extends IBehaviorInstance { tags: string; isEnabled: boolean; }