import {IOptions} from './types' export const consoleTable: (data?: T[], options?: IOptions) => void;