import type { TableConfig, Row } from './types/internal'; export declare const drawTable: (rows: Row[], outputColumnWidths: number[], rowHeights: number[], config: TableConfig) => string;