import type { BotConfig } from '../../bot-registry.js'; import type { GlobalConfig } from '../../global-config.js'; export declare function resolveEffectivePluginIds(bot: Pick, global?: Pick): string[]; export declare function updateBotPluginOverride(botPlugins: string[] | undefined, pluginId: string, enabled: boolean): string[]; //# sourceMappingURL=effective.d.ts.map