/** * Generate a UUID */ declare const getUUID: () => string; export default getUUID;