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