import type { ActiveRun } from "./types.ts"; export interface FormatStatusOptions { detail?: boolean; } export declare function formatStatus(cwd: string, run: ActiveRun | undefined, options?: FormatStatusOptions): string;