import { type Harness } from './harness/harness-detect.js'; import type { HarnessRunResult } from './connect-all.js'; export declare function planText(harness: Harness, mcpUrl: string, apiKey?: string): string; export declare function uninstallPlanText(harness: Harness): string; export declare function uninstallHarness(harness: Harness, configPath: string, verbose: boolean, binaryOnPath: boolean): HarnessRunResult;