/** * 随机生成中文姓名 * * */ export declare const randomName: (length: any) => string;