import type { Table } from '@code-pushup/models'; export declare function table(tableData: Table): string;