Typecorev0.5.0RuntimeMismatchtype RuntimeMismatch< PluginRt extends string, BotRt extends string > = Record< `this plugin declares runtime '${PluginRt}' but this bot runs '${BotRt}'`, never >;Type parametersPluginRtPluginRt extends stringBotRtBotRt extends string