/**
 * 随机生成中文汉字
 */
declare const randomCnChar: (len?: number) => string;
export default randomCnChar;
