/** * 返回指定位数随机字符 * * */ export declare const randomStr: (length: number) => string;