import type { Point2 } from '../types/index.js';
export declare const getNormalizedAspectRatio: (aspectRatio: Point2) => Point2;
