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