export declare class StringBuilder { private strings; append(value: string): void; toString(): string; }