/**
 * Returns the last count lines of out, each truncated to maxLineLength
 * characters, with an ellipsis if the line is truncated. Performance is almost
 * independent on out size, given that count is constant.
 */
export declare function lastLines(out: string, count: number, maxLineLength: number): string;
//# sourceMappingURL=lastLines.d.ts.map