import type { GatewayStatusSummary } from "./tui-types.js";
export declare function formatStatusSummary(summary: GatewayStatusSummary): string[];
