/**
 * Detect the file first line endings
 */
export declare function detectCrLf(filePath: string): Promise<boolean | undefined>;
declare const autoCrlfTransform: ({ baseDir }: {
    baseDir: string;
}) => Promise<import("p-transform").DuplexWithDebug>;
export default autoCrlfTransform;
