import type { InspectType } from "../types.d.mts"; type TypedArray = Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array; declare const inspectTypedArray: InspectType; export default inspectTypedArray;