import { Matrix3 } from '../type';
export declare function isMatrix(transformer: any): transformer is Matrix3;
