export type NewlineStyle = 'lf' | 'crlf' | 'cr'; export declare function detectNewlineStyle(text: string): NewlineStyle; export declare function toStyle(text: string, style: NewlineStyle): string; export declare function normalizeToLf(text: string): string; //# sourceMappingURL=newline-normalize.d.ts.map