export declare class StringBuffer { private readonly backing; append(...data: string[]): this; toString(): string; }