/** * Normalize line endings to LF. * Prevents \r-tainted values when parsing on Windows with core.autocrlf=true. */ export declare function normalizeEol(content: string): string; //# sourceMappingURL=normalize-eol.d.ts.map