/**
 * Comments for table
 * @param headers
 * @param rows
 */
export declare function table(headers: string[], rows: string[][], headerLeftAlign?: boolean): string;
