export type UUID = string; export declare const UUID: { random(): UUID; }; //# sourceMappingURL=uuid.d.ts.map