export declare function printTable(log: (message: string) => void, header: string, rows: string[][], gap?: number): void;
