import { Matrix } from '.';
/**
 * multiplies {left} and {right} weight by {from} deltas into {left} and {right} deltas
 */
export declare function multiplyElementB(product: Matrix, left: Matrix, right: Matrix): void;
//# sourceMappingURL=multiply-element-b.d.ts.map