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