import type { OpenClawConfig } from "./types.js"; export declare function collectConfigEnvVars(cfg?: OpenClawConfig): Record; export declare function applyConfigEnvVars(cfg: OpenClawConfig, env?: NodeJS.ProcessEnv): void;