/**
 * @group 工具函数
 * @param [length=6] 长度
 * @returns
 */
export declare function randomNum(length?: number): number;
