import type { TableUserConfig } from './types/api';
export declare const table: (data: unknown[][], userConfig?: TableUserConfig) => string;
