import { Matrix3x3 } from '../types/Matrix3x3'; export declare function scaleMatrix3(sx: number, sy?: number): Matrix3x3;