import { ApiConfig } from "../../types/index.js"; export declare class OutputFormatter { static formatServerOutput(config: ApiConfig, serverUrl: string): string; static formatDatabaseStats(database: { getStats?: () => Record; }): string; static formatHelpMenu(): string; }