/** * Lightweight UUID v4 generator for web builds * This replaces the full uuid package to reduce bundle size * @returns {string} A randomly generated UUID v4 string */ export function v4(): string;