export declare function formatLines(lines: ReadonlyArray<string>, replace?: string, separator?: string): string;
