/** * Generate a random UUID v4 * @returns UUID string */ export declare function generateId(): string; //# sourceMappingURL=utils.d.ts.map