/// export declare function readLines(filename: string, encoding?: BufferEncoding): Promise>; export declare function readLinesSync(filename: string, encoding?: BufferEncoding): string[]; //# sourceMappingURL=fileReader.d.ts.map