import type { KlawConfig } from "../config/types.klaw.js"; export declare function setPluginEnabledInConfig(config: KlawConfig, pluginId: string, enabled: boolean, options?: { updateChannelConfig?: boolean; }): KlawConfig;