import { SparseTensor } from '../../../tensor/sparse/tensor'; import { DTypeWasm, WASMTensor } from '../../../tensor/wasm/tensor'; export declare function reshapeWasm(tensor: SparseTensor, values: WASMTensor, indices: WASMTensor<'uint32'>, shape: readonly number[], copy: boolean): SparseTensor;