/** * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array */ declare const I32Array: typeof Int32Array; export { I32Array as Int32Array };