export declare const LINE_ENDINGS: {
    POSIX: string;
    WIN32: string;
};
