export declare const ansiLength: (text: string) => number; export declare const table: (rows: string[][]) => string;