export declare function htmlTable(headers: string[], rows: string[][], leftAlignHeadings?: boolean): string;