import type { TableConfig } from './types/internal';
export declare const calculateOutputColumnWidths: (config: TableConfig) => number[];
