export interface GlobalCliInstallResult { attempted: boolean; succeeded: boolean; command: string; stdout: string; stderr: string; status: number | null; } export declare function installHarnessForgeGlobally(packageName?: string, platform?: NodeJS.Platform, env?: NodeJS.ProcessEnv): GlobalCliInstallResult; //# sourceMappingURL=global-cli-install.d.ts.map