/**
 * Output formatter for hana-cli MCP server
 * Improves readability of command outputs
 */
/**
 * Main formatter function
 */
export declare function formatOutput(command: string, output: string): string;
