auth-runtime/dist/env.d.ts

10 lines
392 B
TypeScript
Raw Permalink Normal View History

/**
* Load ~/.openclaw/.env into process.env (once, won't overwrite explicitly set env vars).
*/
export declare function loadGlobalEnv(): void;
/**
* Force re-read ~/.openclaw/.env. Overwrites keys that were originally loaded
* from .env, but still won't touch keys set externally (e.g. shell export).
*/
export declare function reloadGlobalEnv(): void;
//# sourceMappingURL=env.d.ts.map