import { CPUTensor } from '../../tensor/cpu/tensor'; import { DType } from '../../types'; export declare function matMul(a: CPUTensor, b: CPUTensor): CPUTensor;