/** SDK base class for a plugin. * @see {@link https://www.construct.net/en/make-games/manuals/construct-3/scripting/scripting-reference/addon-sdk-interfaces/isdkbehaviorbase | ISDKPluginBase documentation } */ declare class ISDKPluginBase_ extends IPlugin_ { } declare var ISDKPluginBase: typeof ISDKPluginBase_;