export default class UUID {
    id: number;
    constructor();
    static getNextUUID(): number;
    incrementUUID(): void;
}
