/** * 默认生成 6-10 位随机码,可支持传入固定长度生成随机码 * @param length * @returns */ export declare const getRandomCode: (length?: number) => string;