export function parsePotreeBin(
  arrayBuffer: ArrayBuffer,
  byteOffset: number,
  options: unknown,
  index: any
) {
  return null;
}
