export declare function toUnix(code: string): string | undefined;
export declare function toWindows(code: string): string | undefined;
