export declare type Line = string | Line[];
export declare function formatLines(indent: number, lines: Line[]): string;
//# sourceMappingURL=format-lines.d.ts.map