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