import { WASMTensor } from '../../../tensor/wasm/tensor'; export declare function repeatIndicesWASM(indices: WASMTensor<'uint32'>, repeats: readonly number[], shape: readonly number[], repeatsProd: number): WASMTensor<'uint32'>;