import { IMatrixFunc } from '../../typings'; export declare const simplify: (matrix: IMatrixFunc, digit1: number, digit2: number) => IMatrixFunc;