export type UuidByteOrder =
  | 'l'
  | 'b'
  | 'h' | 'host'
  | 'n' | 'network'
