import type { DoubleMatrix } from 'cheminfo-types'; export declare function matrixCheck(data: DoubleMatrix): void; //# sourceMappingURL=matrixCheck.d.ts.map