Typegatewayv0.1.0-next.3InternalPluginCtorConstructor type for plugins that can accept extra arguments after Core. type PluginCtor<TPlugin extends Plugin = Plugin> = new ( core: Core, ...args: any[] ) => TPlugin;type PluginCtor<TPlugin extends Plugin = Plugin> = new ( core: Core, ...args: any[] ) => TPlugin;Type parametersTPluginTPlugin extends Plugin = PluginTPlugin extends Plugin = Plugin