sig
  type t = Js_typed_array.array_buffer
  external make : int -> Js_typed_array.ArrayBuffer.t = "ArrayBuffer"
    "BS:1.7.0„•¦¾°  B‘@@@–°+ArrayBuffer@@"
  external byteLength : Js_typed_array.ArrayBuffer.t -> int = ""
    "BS:1.7.0„•¦¾°  B‘@@@˜*byteLength"
  external slice :
    start:int ->
    end_:int -> Js_typed_array.ArrayBuffer.t -> Js_typed_array.array_buffer
    = ""
    "BS:1.7.0„•¦¾'-*°  B %start@  B $end_@  B‘@@@•°%slice@A"
  external sliceFrom :
    int -> Js_typed_array.ArrayBuffer.t -> Js_typed_array.array_buffer
    = "slice" "BS:1.7.0„•¦¾        °  B‘@  B@@•°%slice@A"
end