export declare function matrix_to_string(matrix: ArrayLike, rowCount: number, columnCount: number, precision?: number): string;