import type { BotConfig } from "../config/config.js"; export declare function setPluginEnabledInConfig(config: BotConfig, pluginId: string, enabled: boolean): BotConfig;