export declare function dos2unix(s: string): string;
export declare function unix2dos(s: string): string;
