export declare const detectLineEnding: (value: string) => "\n" | "\r\n";
