import type { KlawConfig } from "../config/types.klaw.js"; export declare function withBundledPluginAllowlistCompat(params: { config: KlawConfig | undefined; pluginIds: readonly string[]; }): KlawConfig | undefined; export declare function withBundledPluginEnablementCompat(params: { config: KlawConfig | undefined; pluginIds: readonly string[]; }): KlawConfig | undefined; export declare function withBundledPluginVitestCompat(params: { config: KlawConfig | undefined; pluginIds: readonly string[]; env?: NodeJS.ProcessEnv; }): KlawConfig | undefined;