export declare class UUID { static uuid(len: number, radix?: number): string; }