import { Matrix } from '.';
/**
 * add {left} and {right} matrix weights into {into}
 */
export declare function add(product: Matrix, left: Matrix, right: Matrix): void;
//# sourceMappingURL=add.d.ts.map