type EnsureXopcPathOpts = { execPath?: string; cwd?: string; homeDir?: string; platform?: NodeJS.Platform; pathEnv?: string; }; /** Bootstrap PATH for launchd/daemon environments (npm/pnpm/git subprocesses). */ export declare function ensureXopcCliOnPath(opts?: EnsureXopcPathOpts): void; export declare function resolveExecPathBinPrepend(): string[]; export {};