import type { DoubleMatrix } from 'cheminfo-types'; import type { FilterMatrixType } from './FilterMatrixType.ts'; export declare function filterMatrix(matrix: DoubleMatrix, filters: FilterMatrixType[]): { logs: any; data: DoubleMatrix; }; //# sourceMappingURL=filterMatrix.d.ts.map