declare function detectEol(str: string): "\n" | "\r\n";

export { detectEol };
