/** Simple ASCII table formatter for CLI output. No external dependencies. */ export declare function formatTable(data: unknown): string | null;