import type { IWasmTypedArray } from "./IWasmTypedArray"; import type { TypedArray } from "./wasmTypedArray"; export declare class WasmNullTypedArray implements IWasmTypedArray { readonly array: T; constructor(array: T); }