type TypedArray = Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | Uint8ClampedArray; export declare function toArrayBuffer(view: ArrayBuffer | TypedArray): ArrayBuffer; export {}; //# sourceMappingURL=toArrayBuffer.d.ts.map