import type { KlawConfig } from "../config/types.klaw.js"; export declare function ensureStaticModelAllowlistEntry(params: { cfg: KlawConfig; modelRef: string; defaultProvider?: string; }): KlawConfig;