export declare class Uuid {
    static generate(): string;
    private static hash;
    private static random;
}
//# sourceMappingURL=uuid.d.ts.map