/** * 生成UUID * @param len * @param radix * @returns */ export declare const uuid: (len?: number, radix?: number, str?: string) => string;