import type { HarnessInstallationStatus } from './HarnessInstallationStatus'; /** * Reports one detected harness installation status and offers to install or update the harness. * * Note: `$` is used to indicate that this function is not a pure function - it asks the user and installs npm packages * * @private internal utility of `promptbookCli` */ export declare function $applyHarnessInstallationStatus(status: HarnessInstallationStatus): Promise;