declare module "randomuuid-polyfill" {
  export function randomUUID(): string
}
