/** * Generates a UUID using the crypto API if available, otherwise falls back to a * more insecure method. Only use this for non-critical purposes. * * @returns A UUID string that may not be cryptographically secure */ export declare const generateUUIDWithInsecureFallback: () => string; //# sourceMappingURL=crypto.d.ts.map