/**
 * 替换字符串里面的回车换行符
 */
declare function filterCRLF(v: string): string;

export { filterCRLF };
