/** * 中英文间自动加空格,基于下面代码改的,去掉了 lodash 依赖 * https://gist.github.com/wyl8899/e0f31068681023480e20c34f6b19a275 */ export declare const cjkspace: (strings: string[]) => string;