openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
16 lines • 791 B
TypeScript
import { t as CONFIG_DIR } from "../utils-Qz-_tpLo.js";
import { o as extractArchive } from "../archive-Ds31Ckbw.js";
import { n as detectBinary, r as formatCliCommand, t as formatDocsLink } from "../links-CUrut3Wv.js";
//#region src/infra/brew.d.ts
type BrewResolutionOptions = {
homeDir?: string;
/**
* @deprecated No-op compatibility field for plugin SDK callers. Homebrew
* env vars are ignored for resolution because workspace env can be untrusted.
*/
env?: NodeJS.ProcessEnv;
};
/** Resolves an executable `brew` path from trusted PATH entries or standard install roots. */
export declare function resolveBrewExecutable(opts?: BrewResolutionOptions): string | undefined;
//#endregion
export { CONFIG_DIR, detectBinary, extractArchive, formatCliCommand, formatDocsLink };