import { ObjectInspector } from './objects.mts'; import { type Inspector } from './index.mts'; import { ObjectValue, type ArrayBufferObject, type DataViewObject, type TypedArrayObject } from '#self'; export declare const Array: Inspector; export declare const ArrayBuffer: ObjectInspector; export declare const DataView: ObjectInspector; export declare const TypedArray: ObjectInspector; //# sourceMappingURL=arrays.d.mts.map