export type UnpackReturn =
  | Uint8Array
  | number
  | bigint
  | string
  | string[]
  | number[];
