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