import { Matrix } from '.';
export declare function softmax(matrix: Matrix): Matrix;
//# sourceMappingURL=softmax.d.ts.map