import { Style } from './types.js'; export declare class TextBuilder { private readonly stream; private text; constructor(stream: NodeJS.WritableStream); private applyStyle; space(): this; line(): this; append(value: string | number, style?: Style): this; build(style?: Style, styleEachLine?: boolean): string; } //# sourceMappingURL=TextBuilder.d.ts.map