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