export declare class UUID {
    private static id;
    static get Current(): number;
    static Next(): number;
}
//# sourceMappingURL=UUID.d.ts.map