import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { n as RuntimeEnv } from "./runtime-BPmgxFyD.js"; //#region src/config/logging.d.ts type LogConfigUpdatedOptions = { path?: string; backupPath?: string | false; suffix?: string; }; declare function logConfigUpdated(runtime: RuntimeEnv, opts?: LogConfigUpdatedOptions): void; //#endregion //#region src/commands/models/shared.d.ts declare function updateConfig(mutator: (cfg: KlawConfig) => KlawConfig): Promise; //#endregion export { logConfigUpdated as n, updateConfig as t };