­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ declare namespace readLastLines { export function read( input_file_path: string, maxLineCount: number, encoding: "buffer" ): Promise; export function read( input_file_path: string, maxLineCount: number, encoding?: BufferEncoding ): Promise; } export = readLastLines;