/** * Get the display width of the widest line in a string. * @param string - the text to measure, possibly containing newlines. * @returns the maximum display width across all lines. */ export declare function widestLine(string: string): number; //# sourceMappingURL=widest-line.d.ts.map