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