import type { EvoPaths } from "../paths.ts"; import type { EvoControlConfig } from "../types.ts"; export declare function ensureEvolutionConfiguration(paths: EvoPaths): Promise; export declare function readEvoControlConfig(paths: EvoPaths): Promise; /** * Set one whitelisted dotted config key and persist the result. The updated * object is re-validated through the same fail-closed parser as reads, so an * invalid value can never reach disk. */ export declare function updateEvoControlConfigValue(paths: EvoPaths, key: string, rawValue: string): Promise; export declare function readEvolutionWorkflow(paths: EvoPaths): Promise; export declare function resetEvolutionWorkflow(paths: EvoPaths): Promise; //# sourceMappingURL=config.d.ts.map