/** Represents the Jump-thru behavior. * @see {@link https://www.construct.net/make-games/manuals/construct-3/scripting/scripting-reference/behavior-interfaces/jump-thru | IJumpthruBehaviorInstance documentation } */ declare class IJumpthruBehaviorInstance extends IBehaviorInstance { isEnabled: boolean; }