/**
 * 生成随机tag
 * @param length
 * @returns
 */
export declare function randomStringTag(length: number): string;
