import { Matrix3x3 } from '../types/Matrix3x3'; export declare function shearXMatrix3(k: number): Matrix3x3;