/** * Utility for random numbers. */ export declare class UUID { private constructor(); /** * Generates a 'pseudo-random' identifier. */ static randomUUID(): string; }