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