export declare class StderrTail { private static readonly MAX_LINES; private static readonly MAX_CHARS; private readonly lines; private chars; add(line: string): string | null; get count(): number; format(): string; } //# sourceMappingURL=stderr-tail.d.ts.map