/**
* @description Will generate a similar v4 UUID
* if you need more robust solution for uuid, pls check https://github.com/uuidjs/uuid
* @example generateUUID() => "741baba3-1efc-b52e-5d9c-75b1fc80395a"
*/exportdefaultfunctiongenerateUUID(): string;