import type { BotConfig } from "../config/config.js"; export declare function ensureModelAllowlistEntry(params: { cfg: BotConfig; modelRef: string; defaultProvider?: string; }): BotConfig;