import type { Matrix } from '../../../../maths/matrix/Matrix';
export declare function calculateProjection(pm: Matrix, x: number, y: number, width: number, height: number, flipY: boolean): Matrix;
