//#region src/utils/getLineEndingType.d.ts declare function getLineEndingType(content: string): 'CRLF' | 'CR' | 'LF' | 'none'; //#endregion export { getLineEndingType }; //# sourceMappingURL=getLineEndingType.d.ts.map