import TypedArray from "./TypedArray.js"; declare const TypedArrayPrototypeGetBuffer: (t: TypedArray) => TypedArray["buffer"]; export = TypedArrayPrototypeGetBuffer;