export declare function matrix__dot(...matrices:number[][]):number[] export { matrix__dot as mul_dot, matrix__dot as multiply_dot, matrix__dot as dotMultiply, }