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