import TableInternal from './internal-table'; export declare const renderTable: (table: TableInternal) => string; export declare const renderSimpleTable: (rows: any[]) => string; export declare const printSimpleTable: (rows: any[]) => void;