export declare class LineBuffer { private text; accept(chunk: string): string[]; } //# sourceMappingURL=line-buffer.d.ts.map