import { SparseTensor } from '../../../tensor/sparse/tensor'; import { DType } from '../../../types'; export declare function reshape(tensor: SparseTensor, shape: readonly number[], copy: boolean): SparseTensor;