/** * 生成uuid,如果不支持 randomUUID,就用 genNanoid * * @returns string */ export declare const nanoid: () => string;