import { WASMTensor } from '../../../tensor/wasm/tensor'; export declare function addIndexWASM(indices: WASMTensor<'uint32'>, axis: number, count: number): WASMTensor<'uint32'>;