import { Reducer } from './Reducer';
export declare const matrixActions: {
    DECREMENT: string;
    INCREMENT: string;
    PRODUCT: string;
    REFLECTION: string;
    ROTATION: string;
    TRANSLATION: string;
};
declare const reduceMatrix: Reducer<Matrix>;
export default reduceMatrix;
