import type { WriteStream } from '.'; export declare function printTable(stream: WriteStream, table: (string | undefined)[][]): void;