export function matrix2Array(input: any): {
    data: any;
    rows: any;
    cols: any;
};
//# sourceMappingURL=matrix2Array.d.ts.map