import type { UnifiedExecResult } from "./session-manager.ts"; export declare function formatUnifiedExecResult(result: UnifiedExecResult, command?: string): string;