/** * Read the last N lines from a file without throwing on errors. */ export declare function readLastLines(filePath: string, lines: number): string[]; //# sourceMappingURL=logs.d.ts.map