import { Transform } from './index'; export declare type Ending = 'LF' | 'CRLF'; export default function crlf(ending: Ending): Transform;