import type { RuntimeConfig } from "./types.js"; export declare function saveConfig(config: RuntimeConfig): void; export declare function loadConfig(): RuntimeConfig;