/**
 * 替换字符串里面的回车换行
 */
declare function replaceCrlf(val: string, replaceVal: string): string;

export { replaceCrlf };
