export type UUID = string; export declare class UUIDGenerator { next(): UUID; }