import { type WorkflowContext } from '../../protocols/index.js'; import { type OutputFormat } from '../formatters.js'; export declare function runHealth(ctx: WorkflowContext, format?: OutputFormat): Promise;