export default class StringBuilder { constructor(str: any); str: any; append(e: any): void; setCharAt(i: any, c: any): void; toString(): any; }