import { Matrix } from '.';
export declare function sigmoid(product: Matrix, left: Matrix): void;
//# sourceMappingURL=sigmoid.d.ts.map