import { CPUTensor } from '../../tensor/cpu/tensor'; import { DType } from '../../types'; export declare function concat(x: CPUTensor, y: CPUTensor, axis: number): CPUTensor;