import type { CapturedExchange } from './proxy-types.js'; export declare function formatExchangeList(exchanges: CapturedExchange[]): string; export declare function formatExchangeContext(exchange: CapturedExchange): string;