UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 238 B
import type { OpenClawConfig } from "./types.js"; export declare function collectConfigEnvVars(cfg?: OpenClawConfig): Record<string, string>; export declare function applyConfigEnvVars(cfg: OpenClawConfig, env?: NodeJS.ProcessEnv): void;