/** * Generate a UUID using the Web Crypto API * Falls back to a simple random string if crypto.randomUUID is not available */ export declare function generateUUID(): string;