export enum LineEndings { LF = 'lf', CRLF = 'crlf', OFF = 'off' }