/**
 * Use the function to get a random UUID string when secure context is not guaranteed making crypto.randomUUID unavailable.
 * @returns A random UUID string.
 */
export declare function getUUID(): `${string}-${string}-${string}-${string}-${string}`;
