import { TargetCLMs } from '@ewizardjs/settings'; import type { DeepPartial, SettingsJsonWithScheme } from '../../../interfaces/create.interface'; export declare function updateTargetCLM(updatedValues: DeepPartial, targetCLM: keyof typeof TargetCLMs): void; export declare function updateTheme(settings: SettingsJsonWithScheme, updatedValues: DeepPartial, theme: string, scheme: string | undefined): void; export declare function updateScheme(settings: SettingsJsonWithScheme, updatedValues: DeepPartial, theme: string | undefined, scheme: string): void;