export declare class UUID {
    constructor();
    static UUID(): string;
    private static pad4(num);
    private static random4();
}
