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