/** uuid generator
 * @returns {string}
 */
export function uuidv4(): string;
