/** * 创建一个唯一ID * @param length 生成ID的长度 * @returns 返回唯一ID */ export declare function createReandomId(length?: number): string;