export class OutputBuffer { lines: any[]; push(s: any): this; emit(s: any): this; indent(n: any): this; line(s: any): this; join(): string; }