import type { Random } from "../types.js"; export declare function generateUuid(random: Random): string; //# sourceMappingURL=uuid.d.ts.map