/** * Length error */ export declare class MatrixSizeError extends Error { } export declare const MATRIX_SIZE_ERROR: MatrixSizeError;