/**
 * 获取随机字符
 *
 * @returns string
 */
export declare const randomId: () => string;
