import type { KlawConfig } from "./types.js"; export declare function collectConfigRuntimeEnvVars(cfg?: KlawConfig): Record; export declare function collectConfigServiceEnvVars(cfg?: KlawConfig): Record; export declare function createConfigRuntimeEnv(cfg: KlawConfig, baseEnv?: NodeJS.ProcessEnv): NodeJS.ProcessEnv; export declare function applyConfigEnvVars(cfg: KlawConfig, env?: NodeJS.ProcessEnv): void;